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

when reloading an annotations file, polygons show up as rectangles #181

Open
hqm opened this issue Aug 27, 2021 · 4 comments
Open

when reloading an annotations file, polygons show up as rectangles #181

hqm opened this issue Aug 27, 2021 · 4 comments
Assignees
Labels
ms-beta Part of make-sense beta efforts new-feature New feature or request

Comments

@hqm
Copy link

hqm commented Aug 27, 2021

Describe the bug
I labeled some polygons on some images, and exported the dataset as COCO JSON file

When I reload the page and add the images, then import that saved annotations file, the annotations
appear as bounding box rectangles, rather than polygons

To Reproduce
Steps to reproduce the behavior:

  1. Go to makesense.ai
  2. Click on Drop Images,
  3. drop some images in
  4. load a labels.txt file
  5. label some polygons
  6. Export the annotations COCO json format file
  7. Reload the page and go through the steps above to load images and labels
  8. click on the Action -> Import Annotations
  9. The annotations appear as white rectangles rather than polygons

Expected behavior
I would expect the re-imported annotations to appear as polygons

Screenshots

Desktop (please complete the following information):

  • OS: OSX
  • Browser CHROME
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@github-actions
Copy link

👋 Hello @hqm, thank you for your interest in make-sense labelling tool 🏷️!

🐞 Bug reports

Please provide us with as much information as possible. To make your life easier, we have prepared a bug report template. We know! We ask for a lot of information, but please believe that it really helps us to know which browser you are using. 😉

💻 Local setup

# clone repository
git clone https://github.com/SkalskiP/make-sense.git

# navigate to main dir
cd make-sense

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm start

To ensure proper functionality of the application locally, an npm 6.x.x and node.js v11.x.x versions are required. More information about this problem is available in the #16 issue.

@SkalskiP
Copy link
Owner

Hello 👋, @hqm! Many thanks for drawing our attention to this problem. It is indeed not possible at the moment to export polygons in COCO JSON format. Which consequently leads to, the behavior you described. I don't know if this is a bug report or a feature request, but one thing is for sure we need to provide the ability to export and re-import polygons in COCO JSON format. I am starting work on the make-sense beta, and I want this issue to be part of it.

@SkalskiP SkalskiP self-assigned this Aug 27, 2021
@SkalskiP SkalskiP added ms-beta Part of make-sense beta efforts new-feature New feature or request labels Aug 27, 2021
@SkalskiP SkalskiP added this to To do in make-sense beta via automation Aug 27, 2021
@hqm
Copy link
Author

hqm commented Aug 27, 2021 via email

@SkalskiP
Copy link
Owner

Don't worry, we will certainly be able to solve this problem. However, I do not know how quickly we will be able to deal with it. Unfortunately, we have several higher-priority issues in the queue. :/ Please be patient.

@SkalskiP SkalskiP moved this from To do to In progress in make-sense beta Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ms-beta Part of make-sense beta efforts new-feature New feature or request
Projects
make-sense beta
In progress
Development

No branches or pull requests

2 participants