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

pretags laod #6269

Closed
rogercomeon opened this issue Jun 8, 2023 · 5 comments
Closed

pretags laod #6269

rogercomeon opened this issue Jun 8, 2023 · 5 comments
Labels
need info Need more information to investigate the issue

Comments

@rogercomeon
Copy link

Annotations that I export in Cityscapes 1.0 format using cavat.ai can't be imported using the Upload annotations option.
I do the task of image semantic segmentation. I have tried to import annotations in other formats, such as CVAT for images 1.1 and Segmentation mask 1.1.

In addition, I have a problem that I am doing semantic Segmentation tasks, but I find that the exported annotations have instance segmentation tags, such as Segmentation mask 1.1 and PASCAL VOC 1.1.But I don't need these labels. But when I remove SegmentationObject from Segmentation mask 1.1 and PASCAL VOC 1.1, the load annotations are not available, but I don't need the SegmentationObject folder. Error: Request failed with status code 400. "Image 000001: Error: Request failed with Status code 400. "Image 000001: can't import annotation #14 (polygon): Label 'background' is not registered for this task\n".. May I ask how to solve this? I don't see the solution in the document.

Has anyone encountered this problem? Thank you very much for your answer.My requirement is to import pretags (semantically segmented labels inferred from other models) into cvat.ai.

@bsekachev
Copy link
Member

Annotations that I export in Cityscapes 1.0 format using cavat.ai can't be imported using the Upload annotations option.

What is wrong? Can you provide any details?

But when I remove SegmentationObject from Segmentation mask 1.1 and PASCAL VOC 1.1

Do not change dataset formats. Otherwise there might be issues with further handling by CVAT.

@bsekachev bsekachev added the need info Need more information to investigate the issue label Jun 14, 2023
@rogercomeon
Copy link
Author

This is the Cityscapes 1.0 format wrong warning:
Could not upload annotation for the task 193710Error: Request failed with status code 400. "The annotations that were uploaded are not correct"
And if I do not change dataset formats. In fact, there is a lot of information that I don’t need. For example, I don’t need instance segmentation labels for semantic segmentation tasks, but for Segmentation mask 1.1 and PASCAL VOC 1.1, if I don’t have instance segmentation labels, I can’t import them into cvat. This is It seems a bit useless.

@bsekachev
Copy link
Member

In fact, there is a lot of information that I don’t need

But CVAT needs.

@rogercomeon
Copy link
Author

In fact, there is a lot of information that I don’t need

But CVAT needs.

In this case, how should I pre-label, I want to use some models for global pre-labeling and then fine-tune to improve labeling efficiency.

@bsekachev
Copy link
Member

You can use any format CVAT supports (there are more formats supporting masks), but please, do not modify them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need info Need more information to investigate the issue
Projects
None yet
Development

No branches or pull requests

2 participants