cvondrick / vatic

Efficiently Scaling Up Video Annotation with Crowdsourced Marketplaces. IJCV 2012
http://mit.edu/vondrick/vatic/
MIT License
597 stars 255 forks source link

Video in \data folder on computer not found in vagrant_data #99

Open KatherineJames opened 6 years ago

KatherineJames commented 6 years ago

Hi All,

I have been using Vatic a lot over the last few weeks and as of yesterday have been experiencing the following problem when running this command turkic extract /home/vagrant/vagrant_data/DJI_0011.mov /home/vagrant/vagrant_data/frames:

/home/vagrant/vagrant_data/DJI_0011.mov: No such file or directory.

I've been running it in exactly the same way up till now, so am extremely confused as to where this error suddenly came from. ... File "build/bdist.linux-x86_64/egg/PIL/Image.py", line 2410, in open IOError: [Errno 2] No such file or directory: '/tmp/pyvision-ffmpeg-469799923/1.jpg' ...

I don't think it is picking up my video which is in the \data directory on my computer. I run 'docker run' from the parent folder of the \data folder.

Any suggestions? Thanks