SPOClab-ca / COVFEFE

COre Variable Feature Extraction Feature Extractor
Apache License 2.0
30 stars 10 forks source link

Fix some OpenSMILE setup issues #10

Closed lucky-bai closed 6 years ago

lucky-bai commented 6 years ago

This fixes two issues that I ran into while setting this up for OpenSMILE:

  1. It looks for SMILExtract in $OPENSMILE_HOME/bin but couldn't find it because it was actually in $OPENSMILE_HOME/bin/linux_x64_standalone_static in my installation.
  2. It couldn't parse the OPENSMILE_HOME variable from the config because configparser automatically converted it to lowercase. I added a line to prevent this.

The pipeline opensmile_is10 works for me after these changes.

daniyall commented 6 years ago

Thanks. I didn't even realize these bugs existed.