cvondrick / vatic

Efficiently Scaling Up Video Annotation with Crowdsourced Marketplaces. IJCV 2012

Home Page:http://mit.edu/vondrick/vatic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to convert annotations from VATIC format to VOC format ?

MuhammadAsadJaved opened this issue · comments

commented

Hi , I am new to this platform, I have annotations for and video files already annotated using Vatic,

For example for video 0 , this is annotation file ,

0 81 121 105 164 0 1 0 0 "person"
0 81 121 104 164 1 1 0 1 "person"
0 81 121 104 164 2 1 0 1 "person"
0 81 122 104 164 3 1 0 1 "person"
0 81 122 104 164 4 1 0 1 "person"
0 81 123 104 164 5 1 0 1 "person"
0 81 123 104 164 6 1 0 1 "person"

How I can convert video to frames and annotation for each frame in Pascal VOC or YOLOV3 format from this file? does Vatic provide this facility or I have to write code by myself?