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.
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.