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

Add support for Ultralytics Yolo tracking format #1666

Open
gboeer opened this issue Nov 6, 2024 · 1 comment
Open

Add support for Ultralytics Yolo tracking format #1666

gboeer opened this issue Nov 6, 2024 · 1 comment
Assignees

Comments

@gboeer
Copy link

gboeer commented Nov 6, 2024

With newer yolo models by Ultralytics it is possible to perform object tracking.
Currently, it is not possible to handle such tracking outputs with datumaro.

In particular, the output of Yolo can contain a tracking id for each bounding box like:
<class_id> <x_center> <y_center> <width> <height> <track_id>

It would be good to be able to load such datasets and especially to convert them to other dataset formats which allow having a tracking id as well.

@jihyeonyi
Copy link

Thanks for your interest in datumaro project.
We will consider supporting the new format.

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