Skip to content

mismatched file names for yunitate > vcm pipeline step #137

@marisacasillas

Description

@marisacasillas

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?

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions