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

added instance_id read from coco json if no segmentation #729

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

drapado
Copy link

@drapado drapado commented Nov 22, 2023

I added an way to read instance_id from a coco json file only if there's no segmentation. I guess it can be extended to segmentation classes as well.

I tested it and it works, however the visualization of the IDs in the web interface depends on the browser somehow. It's no visible if I open a image to label in firefox under linux. Interestingly, if I use firefox under windows or chrome under linux then I can see the tracking IDs with the bounding boxes. Somehow firefox under linux is not loading them.

This image is taken from firefox under linux:
Screenshot from 2023-11-21 21-16-57

while this other is from chromium under linux:
Screenshot from 2023-11-21 21-17-05

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

Successfully merging this pull request may close these issues.

None yet

1 participant