Skip to content
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

Open
LuisKay opened this issue Dec 5, 2019 · 16 comments
Open

the missing bash script ‘make_spectrogram.sh’ #14

LuisKay opened this issue Dec 5, 2019 · 16 comments

Comments

@LuisKay
Copy link

LuisKay commented Dec 5, 2019

@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?

@jackaduma
Copy link

i suggest you can use python library "librosa" to extract the logspec feature.
i guess jeff maybe forgot to upload the make_spectrogram.sh

@jackaduma
Copy link

if U want reproduced code using pure python, please contact me, i will share my code

@yuekaizhang
Copy link

@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?

https://github.com/Beanocean/kaldi-dnn/blob/master/steps/make_spectrogram.sh
Go ahead!

@yuekaizhang
Copy link

if U want reproduced code using pure python, please contact me, i will share my code

I was wondering whether you could share your pure python code with me, thx!

@LuisKay
Copy link
Author

LuisKay commented Mar 7, 2020

@yuekaizhang @jackaduma thanks a lot,i have replaced it with pure python.

@EmmettJZK
Copy link

@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?

https://github.com/Beanocean/kaldi-dnn/blob/master/steps/make_spectrogram.sh
Go ahead!

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!

@yuekaizhang
Copy link

@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?

https://github.com/Beanocean/kaldi-dnn/blob/master/steps/make_spectrogram.sh
Go ahead!

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.

@EmmettJZK
Copy link

@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?

https://github.com/Beanocean/kaldi-dnn/blob/master/steps/make_spectrogram.sh
Go ahead!

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?

@maymay1982
Copy link

@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?

@maymay1982
Copy link

@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.
It seems that you didn't encountered such problem, have you done some extra procedures?

@jlinear
Copy link

jlinear commented Sep 24, 2020

if U want reproduced code using pure python, please contact me, i will share my code

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!

@yilunjiangyueming
Copy link

yilunjiangyueming commented Nov 4, 2020

@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?

make a soft link by use: ln -s 源文件 目标文件

@Amriti
Copy link

Amriti commented Dec 2, 2020

if U want reproduced code using pure python, please contact me, i will share my code

I will be grateful to you if you share the same with me. My mail id is [email protected]

@AnkitaBeniwal
Copy link

if U want reproduced code using pure python, please contact me, i will share my code

@jackaduma could you please share the purely python based script if possible. My email id is [email protected]

Thanks again !

@ImmortalCi
Copy link

ImmortalCi commented Oct 28, 2021

if U want reproduced code using pure python, please contact me, i will share my code

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].
Thanks a lot!

@minglucky
Copy link

if U want reproduced code using pure python, please contact me, i will share my code

I will be grateful to you if you share the same with me. My mail id is [email protected].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests