-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the missing bash script ‘make_spectrogram.sh’ #14
Comments
i suggest you can use python library "librosa" to extract the logspec feature. |
if U want reproduced code using pure python, please contact me, i will share my code |
https://github.com/Beanocean/kaldi-dnn/blob/master/steps/make_spectrogram.sh |
I was wondering whether you could share your pure python code with me, thx! |
@yuekaizhang @jackaduma thanks a lot,i have replaced it with pure python. |
hi,yuekaizhang! Do you have any idea about extracting cqcc and lfcc with pure python? If so, could you teach how to achieve that? Thx! |
Sorry, I don't know. |
Thx anyway. But can you run the DEMO.m in D:\Code\ASSERT-master\baseline\CQCC_v2.0 sucessfully? I met some problems when it came to use function 'cqt'. The 'cqt' I used is provided by 'Wavelet toolbox' in matlab. Did you ever meet the same problem? |
@yuekaizhang Hi, when I run the run_feature.sh, I encountered an error: run_feature.sh: line 46: utils/copy_data_dir.sh: No such file or directory. How can I solve this problem? |
@LuisKay Hi, when I run the run_feature.sh, I encountered an error: run_feature.sh: line 46: utils/copy_data_dir.sh: No such file or directory. |
Hi @jackaduma, would you mind sharing your pure python code (especially the feature extraction part)? I'm having a lot of trouble with kaldi, python might be an easier option for me. Thanks! |
make a soft link by use: ln -s 源文件 目标文件 |
I will be grateful to you if you share the same with me. My mail id is [email protected] |
@jackaduma could you please share the purely python based script if possible. My email id is [email protected] Thanks again ! |
Could you share your code with me about the process of the raw data with Python. I find it hard for me to start from scratch.My email is [email protected]. |
I will be grateful to you if you share the same with me. My mail id is [email protected]. |
@jefflai108 hi jeff, when i run feature extraction script 'run_feature.sh', I found 'local/make_spectrogram.sh: No such file or directory' , I wonder whether it's a bash script not included in kaldi? if so, can i replace it with the one included by kaldi inherently? In other words, any extra configuration is needed?
The text was updated successfully, but these errors were encountered: