ryouchinsa / Rectlabel-support

RectLabel is an offline image annotation tool for object detection and segmentation.
https://rectlabel.com
507 stars 73 forks source link

Import Create ML JSON annotations #161

Closed NachoVarga closed 4 years ago

NachoVarga commented 4 years ago

Hi, I would like to import JSON annotations (Create ML format) and I did not find a way to do so in the help document - is it possible? Thanks a lot!

[ { "image": "IMAGE_0149.PNG", "annotations": [ { "label": "top_left", "coordinates": { "x": 541, "y": 286, "width": 290, "height": 276 } }, { "label": "top_right", "coordinates": { "x": 1550, "y": 280, "width": 291, "height": 272 } ] } ]

ryouchinsa commented 4 years ago

Thanks for writing the issue.

Could you tell us the use-case when you have to import the Create ML JSON file?

NachoVarga commented 4 years ago

The use case is quality control for a Create ML training set: check that all the bounding boxes have been set right and correct if necessary.

ryouchinsa commented 4 years ago

Thanks for the details. When the new update is released, we will let you know.

ryouchinsa commented 4 years ago

The new update version 3.01.3 was released. To show the new update on Mac App Store, press command + R to reload.

NachoVarga commented 4 years ago

Wow, this was really quick - excellent! Thank you very much!