We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
请问有没有大佬可以解决一下这个问题呀 Opensmile cmd: cd D:\pythonProject\work\opensmile && ./SMILExtract_Release -C D:\pythonProject\work\opensmile\config\IS10_paraling.conf -I D:\pythonProject\work\Speech-Emotion-Recognition-master\datasets\CASIA\surprise\249.wav -O D:\pythonProject\work\Speech-Emotion-Recognition-master\features\6-category\single_feature.csv '.' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 '.' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 Opensmile cmd: cd D:\pythonProject\work\opensmile && ./SMILExtract_Release -C D:\pythonProject\work\opensmile\config\IS10_paraling.conf -I D:\pythonProject\work\Speech-Emotion-Recognition-master\datasets\CASIA\surprise\250.wav -O D:\pythonProject\work\Speech-Emotion-Recognition-master\features\6-category\single_feature.csv Ended reading folder surprise 在运行preprocess.py文件时出现这个问题,但是想改也改不出来
The text was updated successfully, but these errors were encountered:
&& ./SMILExtract_Release 改成&& SMILExtract_Release即可。作者是linux环境下执行二进制文件,你应该是在windows下
Sorry, something went wrong.
No branches or pull requests
请问有没有大佬可以解决一下这个问题呀
Opensmile cmd: cd D:\pythonProject\work\opensmile && ./SMILExtract_Release -C D:\pythonProject\work\opensmile\config\IS10_paraling.conf -I D:\pythonProject\work\Speech-Emotion-Recognition-master\datasets\CASIA\surprise\249.wav -O D:\pythonProject\work\Speech-Emotion-Recognition-master\features\6-category\single_feature.csv
'.' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
'.' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
Opensmile cmd: cd D:\pythonProject\work\opensmile && ./SMILExtract_Release -C D:\pythonProject\work\opensmile\config\IS10_paraling.conf -I D:\pythonProject\work\Speech-Emotion-Recognition-master\datasets\CASIA\surprise\250.wav -O D:\pythonProject\work\Speech-Emotion-Recognition-master\features\6-category\single_feature.csv
Ended reading folder surprise
在运行preprocess.py文件时出现这个问题,但是想改也改不出来
The text was updated successfully, but these errors were encountered: