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

Using the "outside of frame" toggle loses data #78

Open hepalien opened 7 years ago

hepalien commented 7 years ago

When I label a target "outside of frame", then go back and review the video, it's lost a lot of bounding boxes leading up to when the target leaves the frame. If I go back & recreate those bounding boxes, then it loses the point where it goes out of frame, and keeps propagating the last bounding box. Has anyone else encountered this problem? Thanks.

thang239 commented 7 years ago

I got the same problem, any help would be appreciated.

ravikantb commented 7 years ago

I faced this issue in the browser while using vatic-docker . It seems to me a player bug as on checking the underlying mysql database, I found that all the annotations and their attributes were marked correctly. I was also able to generate their xml/txt/json using 'turkic dump' command successfully. My suggestion would be to verify your annotations from the database. Hope it helps :)