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

LabelMe vs LabelImg confusion in your docs? #1488

Closed
ancri opened this issue May 2, 2024 · 1 comment
Closed

LabelMe vs LabelImg confusion in your docs? #1488

ancri opened this issue May 2, 2024 · 1 comment
Assignees

Comments

@ancri
Copy link

ancri commented May 2, 2024

Hi, I'm looking through your docs on Supported Data Formats for LabelMe here:

https://openvinotoolkit.github.io/datumaro/latest/docs/data-formats/formats/labelme.html

And your examples below use XML files for annotations. AFAIK, LabelMe does not use XML files (it uses JSON files with a different structure) but LabelImg, a totally different platform, does. Is it possible that in your system LabelMe and LabelImg are mixed up?

I've Googled for examples of LabelImg xml files and it indeed matches what you have in your docs for LabelMe e.g.:

https://hammer.purdue.edu/articles/dataset/Annotations/15046332?file=28932813

Best,
Andrei

@sooahleex
Copy link
Contributor

Hi @ancri, Thanks for your interest to our project.

We currently support LabelMe data in xml format of CSAILVision. This format follows the structure outlined below:

.
├── Annotations
│   └── subset1
│       └── img1.xml
├── Images
│   └── subset1
│       └── img1.png
├── Masks
│   └── subset1
│       └── img1_mask_1.png
└── Scribbles
    └── subset1
        └── img1_scribble_1.png

We have identified another LabelMe data format used by labelmeai
We will evaluate this format and consider adding JSON format support as well. Additionally, we will explore the possibility of supporting the LabelImg format based on compatibility requirements.

Our current LabelMe data format support is limited to XML, adhering to the structure above. We welcome your feedback and suggestions regarding data format support. Let us know if you have any further inquiries or suggestions. We appreciate your continued interest in our project.

@ancri ancri closed this as completed May 6, 2024
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

No branches or pull requests

3 participants