-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Incorrect order of labels in the exported masks #2032
Comments
Hello. The masks you're looking for should be in the |
Thank you for the answer! Yer the labelmap.txt contains all the classes that the task has: CVAT version: |
Could you specify the commit hash ( |
Where can I find it? |
If you downloaded the project by cloning the repository, you need to type the command above. If you just downloaded a release or an archive from github - please tell the version. |
Commit hash: |
Hi!
I'm trying to annotate images for a semantic segmentation task.
Once my images were uploaded, I made the polygonal labeling of the objects of interest using two classes.
However, when I go to "Dump annotatations> Segmentation mask 1.1"
I get two folders: "SegmentationClass" and "SegmentationObject."
In the first folder I have the masks of only ONE class, while in the second folder I have the masks with all the objects noted, but with different colors.
I would like to have masks where annotated objects appear with a single color per class.
Example: [class1] = cat (red) [class2] = dog [yellow]
Like the semantic segmentation in this pic: https://www.jeremyjordan.me/content/images/2018/05/Screen-Shot-2018-05-21-at-10.44.23-PM.png
How can I do?
Thanks in advance
The text was updated successfully, but these errors were encountered: