I'd like to label a 10 min video with 30 FPS with human bounding boxes which are tracked over time.
Obviously this is a lot of manual work an human trackers are already publically available
I wanted to use my own human tracker and export json annotations, that can later be read by VoTT.
Apparently VoTT creates a series of some-hash-asset.json files which contain bounding box information.
I'd like to label a 10 min video with 30 FPS with human bounding boxes which are tracked over time. Obviously this is a lot of manual work an human trackers are already publically available I wanted to use my own human tracker and export json annotations, that can later be read by VoTT.
Apparently VoTT creates a series of
some-hash-asset.json
files which contain bounding box information.and in the
myprojectname.vott
there is a field called 'assets' which contains all the above asset filenames together with a time stamp.Is it enough for me to create these two items for importing tracking information?
If there is already some mechanism to important tracking information or to track humans and I just couldn't find it please let me know.