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

Output.txt is blank #87

Open KatherineJames opened 6 years ago

KatherineJames commented 6 years ago

I am using vatic-docker. I execute the following set of commands, annotate video, click save and execute the dump command...but my output.txt always comes out blank. Does anyone know what I'm doing wrong? (Vatic docker says that there's meant to be a button called "Get output labels" but I can see no such thing either.)

turkic extract /path/to/video.mp4 /path/to/output/directory turkic load identifier /path/to/output/directory person --offline turkic publish --offline (annotate video in browser) turkic dump identifier -o output.txt

If I look at the vatic mysql database, attribute_annotations is empty, boxes is not.