pylabel-project / pylabel

Python library for computer vision labeling tasks. The core functionality is to translate bounding box annotations between different formats-for example, from coco to yolo.
MIT License
313 stars 56 forks source link

is CreateML json format supported? #106

Closed pizixie closed 1 year ago

pizixie commented 1 year ago

Apple's CreateML annotations format.

alexheat commented 1 year ago

I have never heard of that. Can you tell me more about it?

On Tue, May 9, 2023, 6:38 PM spiziX @.***> wrote:

Apple's CreateML annotations format.

— Reply to this email directly, view it on GitHub https://github.com/pylabel-project/pylabel/issues/106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC5OL77U4RDMIYNO3URV5X3XFLWQRANCNFSM6AAAAAAX4BOC3Y . You are receiving this because you are subscribed to this thread.Message ID: @.***>

pizixie commented 1 year ago

ok,waiting...

pizixie commented 1 year ago

What is CreateML JSON?

When Apple released CreateML in 2018 it was a groundbreaking innovation. For the first time, developers could easily train a machine learning model with no code.

pizixie commented 1 year ago

I see. Actually, I discovered this CreateML format when using the labelimg annotation tool. Afterwards, when using pylabel to split the dataset, I found that it lacked support for this format.

alexheat commented 1 year ago

It is not a very common format. It is not supported in this tool. But you can use roboflow to export it to a different format.