mismatched file names for yunitate > vcm pipeline step
I ran the yunitate command on two .wav files using:
vagrant ssh -c "yunitate.sh data/CogSciTutorial/"
That process had two output files with the following names:
- yunitator_old_5271.rttm
- yunitator_old_5959.rttm
Following the docs, I then tried:
vagrant ssh -c "vcm.sh data/CogSciTutorial/"
I got the error:
m14404737:DiViMe marcas$ vagrant ssh -c "vcm.sh data/CogSciTutorial/"
wavs and transcriptions found !
Tests finished
/vagrant/data/CogSciTutorial//VCMtemp
Starting
/vagrant/data/CogSciTutorial//5271.wav
/home/vagrant/repos/vcm
Error: Cannot find SAD outputs in /vagrant/data/CogSciTutorial/yunitator_universal_5271.rttm. Please run Yunitator first!
/vagrant/data/CogSciTutorial//5959.wav
/home/vagrant/repos/vcm
Error: Cannot find SAD outputs in /vagrant/data/CogSciTutorial/yunitator_universal_5959.rttm. Please run Yunitator first!
/home/vagrant/launcher/vcm.sh finished running
Connection to 127.0.0.1 closed.
I then manually changed the names of the yuninate output to:
- yunitator_universal_5271.rttm
- yunitator_universal_5959.rttm
Is this what I'm supposed to do to get the vcm tool to run? Can someone please:
- [ ] check the file naming from yuninate to vcm to make sure the pipeline goes a bit more smoothly and then
- [ ] update the docs?
I would propose to remove VCM, or at least hide it in a section of the docs that is called "tools under development, use at own risk", because Zixing is no longer working within ACLEW and whoever wants to fix this would have to invest quite a bit of time to understand how to best do it.
note that there is an additional bug: yunitator is called yunitator in some places, yunitate in others. There are 13 docs with the latter, 7 for the latter. This affects both file names and renaming instructions, so fix carefully