eva icon indicating copy to clipboard operation
eva copied to clipboard

About multi object tracking?

Open AI-Hunter opened this issue 4 years ago • 1 comments

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

AI-Hunter avatar Nov 16 '21 14:11 AI-Hunter

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.

reply4manish avatar Nov 26 '21 07:11 reply4manish