Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About multi object tracking? #29

Open
AI-Hunter opened this issue Nov 16, 2021 · 1 comment
Open

About multi object tracking? #29

AI-Hunter opened this issue Nov 16, 2021 · 1 comment

Comments

@AI-Hunter
Copy link

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

@reply4manish
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants