cvondrick / vatic

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

Can't download the video if the "--length" option is too large when load. #68

Open ghost opened 7 years ago

ghost commented 7 years ago

I just installed vatic and tested it in "--offline" mode with a video contains 8000 frames: $ turkic load data_13_01 ~/Documents/IIAU/video/test_output/ pedestrain --offline --length 8000 But when I publish the tasks, the page got stuck at 10 percent when downloading the video. Then I tried: $ turkic load data_13_01 ~/Documents/IIAU/video/test_output/ pedestrain --offline --length 4000 And the same situation happened at 19 percent. Anyone knows how to fix this?