srvk / DiViMe

ACLEW Diarization Virtual Machine
Apache License 2.0
32 stars 9 forks source link

high_volubility.py hard-coded paths #114

Closed GladB closed 5 years ago

GladB commented 5 years ago

It looks like the hard-coded paths in utils/high_volubility.py are not up to date anymore, eg line 135, 137 and 141 with tools/ instead of utils/

cmd = ['tools/{}.sh'.format(diar), '{}'.format(temp_rel)]

edit: actually the tools that are used here were moved to launcher/, so it would mean replace tools/by launcher/

MarvinLvn commented 5 years ago

Thanks Gladys ! Indeed, this scripts needs an update !