ASSERT icon indicating copy to clipboard operation
ASSERT copied to clipboard

the missing bash script ‘make_spectrogram.sh’

Open LuisKay opened this issue 5 years ago • 16 comments

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

LuisKay avatar Dec 05 '19 07:12 LuisKay

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 avatar Feb 20 '20 06:02 jackaduma

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

jackaduma avatar Feb 24 '20 03:02 jackaduma

@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 avatar Mar 04 '20 21:03 yuekaizhang

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!

yuekaizhang avatar Mar 04 '20 21:03 yuekaizhang

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

LuisKay avatar Mar 07 '20 06:03 LuisKay

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

EmmettJZK avatar Apr 07 '20 11:04 EmmettJZK

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

yuekaizhang avatar Apr 07 '20 13:04 yuekaizhang

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

EmmettJZK avatar Apr 08 '20 06:04 EmmettJZK

@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 avatar May 03 '20 08:05 maymay1982

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

maymay1982 avatar May 03 '20 08:05 maymay1982

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!

jlinear avatar Sep 24 '20 03:09 jlinear

@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 源文件 目标文件

yilunjiangyueming avatar Nov 04 '20 06:11 yilunjiangyueming

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]

Amriti avatar Dec 02 '20 18:12 Amriti

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 !

AnkitaBeniwal avatar Jan 27 '21 19:01 AnkitaBeniwal

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!

ImmortalCi avatar Oct 28 '21 15:10 ImmortalCi

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].

minglucky avatar Oct 29 '21 06:10 minglucky