eva
eva copied to clipboard
About multi object tracking?
I annotate it and want to get the following format:
<frame_id> <track_id>
especially want to take frame_is and track_id.
Can I get with this tool? Thanks
It should be possible to get them, the Json(annotations) which is stored in DB, already has frame number/id. you might need to change some code in the front end to add track id to the saved annotation.
Then change the code which exports the annottaion. have a look at exportLables in views.py, this will lead to task.py where the annotation are parsed.