You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: