rampa069 / PhnRec

Phoneme recognizer based on long temporal context (with ALIZE VAD command added)
http://speech.fit.vutbr.cz/software/phoneme-recognizer-based-long-temporal-context
17 stars 8 forks source link

'phnrec' Command failed #1

Open elenazy opened 4 years ago

elenazy commented 4 years ago

Hi, After compiled,I followed phnrec -c PHN_EN_TIMIT_LCRC_N500 -l list -m out.mlf command to set input and output files,but attached to the issue:

➜  PhnRec make -f makefile_noblas.lin
(cd STKLib; make -f Makefile.lin; cd ..)
make[1]: 进入目录“/home/zhangying/code/phnrec_v2_21/PhnRec/STKLib”
echo "Done :-)"
Done :-)
make[1]: 离开目录“/home/zhangying/code/phnrec_v2_21/PhnRec/STKLib”
➜  PhnRec phnrec -c PHN_EN_TIMIT_LCRC_N500 -l list -m out.mlf
zsh: command not found: phnrec 
➜  PhnRec 

Please give me some help,thanks!

jcabrerahi commented 4 years ago

Hi elenazy! Were you able to solve the problem?

elenazy commented 4 years ago

Hi elenazy!

Hi elenazy! Were you able to solve the problem?

Were you able to solve the problem?

I havn't solve it. Maybe we can conmunicate with each other if you have any progress.

jcabrerahi commented 4 years ago

Elenazy I solve just adding "./" at the beggining. So "./phnrec -c ..."

elenazy commented 4 years ago

Elenazy I solve just adding "./" at the beggining. So "./phnrec -c ..."

Hi, I followed your step and not succeed.

➜  PhnRec uname -a
Linux zhangying-ThinkPad-X230 5.4.0-42-generic #46~18.04.1-Ubuntu SMP Fri Jul 10 07:21:24 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
➜  PhnRec  make -f makefile_noblas.lin
(cd STKLib; make -f Makefile.lin; cd ..)
make[1]: 进入目录“/home/zhangying/code/pp/phnrec_v2_21/PhnRec/STKLib”
echo "Done :-)"
Done :-)
make[1]: 离开目录“/home/zhangying/code/pp/phnrec_v2_21/PhnRec/STKLib”
➜  PhnRec ./phnrec -c PHN_EN_TIMIT_LCRC_N500 -l list -m out.mlf
./phnrec: error while loading shared libraries: libcblas.so: cannot open shared object file: No such file or directory
➜  PhnRec 

And I don't know what might I do wrong.Can you give me some detail or description about how to use them? I tried to use this tool to extract speech posteriors features and hope you to give me some help if you know about posteriors.

Thanks!

jcabrerahi commented 4 years ago

Hello! I run on windows and linux

Try with this and tell me the output:

1) ./phnrec.exe 2) phnrec.exe 3) ./phnrec.exe -c PHN_HU_SPDAT_LCRC_N1500 -i test.rec -o test.STRs

[image: image.png]

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Libre de virus. www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

El mar., 18 ago. 2020 a las 5:05, elenazy (notifications@github.com) escribió:

Elenazy I solve just adding "./" at the beggining. So "./phnrec -c ..."

Hi, I followed your step and not succeed.

➜ PhnRec uname -a Linux zhangying-ThinkPad-X230 5.4.0-42-generic #46~18.04.1-Ubuntu SMP Fri Jul 10 07:21:24 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux ➜ PhnRec make -f makefile_noblas.lin (cd STKLib; make -f Makefile.lin; cd ..) make[1]: 进入目录“/home/zhangying/code/pp/phnrec_v2_21/PhnRec/STKLib” echo "Done :-)"

Done :-) make[1]: 离开目录“/home/zhangying/code/pp/phnrec_v2_21/PhnRec/STKLib” ➜ PhnRec ./phnrec -c PHN_EN_TIMIT_LCRC_N500 -l list -m out.mlf ./phnrec: error while loading shared libraries: libcblas.so: cannot open shared object file: No such file or directory ➜ PhnRec

And I don't know what might I do wrong.Can you give me some detail or description about how to use them? I tried to use this tool to extract speech posteriors features and hope you to give me some help if you know about posteriors.

Thanks!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rampa069/PhnRec/issues/1#issuecomment-675387755, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJLBQYNW5EOM4IUJ6KORQXTSBJG5JANCNFSM4PGQCMSA .

elenazy commented 4 years ago

Hi, I run sudo apt-get install libatatlas-base-dev:i386 command on Linux and have solved this problem:

➜  PhnRec ./phnrec

USAGE: phnrec [options]

 -c dir             configuration directory
 -l file            list of files
 -i file            input file
 -o file            output file
 -m file            output MLF
 -a                 live audio input
 -s fmt [waveform]  source format (wf-waveform, par-parameters, post-posteriors)
 -t fmt [strings]   target format (par-parameters, post-posteriors, str-strings)
 -w fmt [lin16]     waveform format (lin16, alaw)
 -f fmt [str]       live output format (str, strlen, lab)
 -p num [-3.8]      phoneme insertion penalty
 -v                 verbose

➜  PhnRec ./phnrec.exe
zsh: 可执行文件格式错误: ./phnrec.exe
➜  PhnRec phnrec.exe
zsh: command not found: phnrec.exe
➜  PhnRec ./phnrec.exe -c PHN_HU_SPDAT_LCRC_N1500 -i test.rec -o test.STRs
zsh: 可执行文件格式错误: ./phnrec.exe
➜  PhnRec 

Thanks!

Hello! I run on windows and linux Try with this and tell me the output: 1) ./phnrec.exe 2) phnrec.exe 3) ./phnrec.exe -c PHN_HU_SPDAT_LCRC_N1500 -i test.rec -o test.STRs [image: image.png] https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Libre de virus. www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> El mar., 18 ago. 2020 a las 5:05, elenazy (notifications@github.com) escribió: Elenazy I solve just adding "./" at the beggining. So "./phnrec -c ..." Hi, I followed your step and not succeed. ➜ PhnRec uname -a Linux zhangying-ThinkPad-X230 5.4.0-42-generic #46~18.04.1-Ubuntu SMP Fri Jul 10 07:21:24 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux ➜ PhnRec make -f makefile_noblas.lin (cd STKLib; make -f Makefile.lin; cd ..) make[1]: 进入目录“/home/zhangying/code/pp/phnrec_v2_21/PhnRec/STKLib” echo "Done :-)" Done :-) make[1]: 离开目录“/home/zhangying/code/pp/phnrec_v2_21/PhnRec/STKLib” ➜ PhnRec ./phnrec -c PHN_EN_TIMIT_LCRC_N500 -l list -m out.mlf ./phnrec: error while loading shared libraries: libcblas.so: cannot open shared object file: No such file or directory ➜ PhnRec And I don't know what might I do wrong.Can you give me some detail or description about how to use them? I tried to use this tool to extract speech posteriors features and hope you to give me some help if you know about posteriors. Thanks! — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJLBQYNW5EOM4IUJ6KORQXTSBJG5JANCNFSM4PGQCMSA .