aclew / DiViMe

ACLEW Diarization Virtual Machine - ARCHIVE -- visit github.com/srvk/DiViMe/releases for the latest version
Apache License 2.0
7 stars 1 forks source link

conda python not found in evalSAD.sh #11

Closed sliaqat1 closed 5 years ago

sliaqat1 commented 5 years ago

When running the evalSAD.sh script, python in the path "/home/vagrant/anaconda/bin/python" wasn't being found. As a result, the output for the evaluations all had similar values of either 0, 25, 75, or 100%. After tinkering around in the virtual machine, I noticed that python had appeared in the directory, but I'm not sure what caused it. I followed the instruction in the readme. The test script ran without problems and gave my the "everything is OK!" message. My data folder has a set of audio files in wav format and a set of corresponding labels as rttm files with the same basename as the wav files.

riebling commented 5 years ago

I believe this is also close-able based on fixes in the SRVK DiViMe that ensure anaconda is installed, and python is on the default PATH of the default 'vagrant' VM user. The test script has changed greatly since then, and had been giving false "everything is OK" at the time of this report - and has likewise been corrected