Skip to content

[WIP] Fix COCO import when the segmentation element is empty. #453

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

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

Conversation

wilderrodrigues
Copy link

When importing a COCO dataset that contains only bounding boxes, used for Object Detection, the application doesn't work.

This PR fixes issue #452.

After the changes applied, I was able to successfully import my dataset. See images below:

image

image

image

image

I'm not really into frontend and the JavaScript frameworks used in the tool. So, I need some help with the UI. Right now we have some issues:

  1. We don't see the bounding boxes on the preview panel;
  2. When we click on an image, the bounding box is not present;
  3. The categories panels show that we have 1 category, but it's empty;
  4. Going back to the preview panel will show that the image is no longer annotated.

Despite the issues above, the Export COCO works fine and keeps the bbox element properly field.

I hope someone help with the UI stuff. I think the project is interesting, but it should cover bounding boxes in a better way.

@jsbroks

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.

1 participant