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

How to retrieve object id? #18

Open
thanh-px opened this issue Oct 12, 2020 · 1 comment
Open

How to retrieve object id? #18

thanh-px opened this issue Oct 12, 2020 · 1 comment

Comments

@thanh-px
Copy link

I noticed that the default YOLO or Pascal VOC format doesn't have object id field. Is there anyway I can produce them since I am using the tool for tracking task and it requires re identification throughout every frame.

@manishs17
Copy link

Hi @pxthanh98 , we save class information for every annotation. If I understood your problem right then I think you want to save Id's for objects of same class as well. e.g. if there are two cars, red and white, you want to assign separate Id's for them. There is no feature that supports this. The easiest would be to create many labels, like car_red, car_white then each of the car would belong to a different class and automatically get's a different ID.

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