-
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
Color Error during uploading of segmentation mask 1.1 #7847
Comments
How many classes you have in labelmap? |
Thanks for the response, 8 i think, but then i changed it to 10. Do i also have to adjust that in my labelmap file? Edit: Now i remember that I already adjusted that in my labelmap. So its 10(+background) in my labelmap. |
Hi. The error should indicate that there are some class mask pixels with the value 255, which are not found in the |
Hi Max, thanks for responding. Yeah that makes sense, because I was using binary masks (for a good reason). I thought that by converting the numpy array into a .png file, the colors would automatically assume RGB values. I will report whether by changing the masks to a 3-channel image helped. |
Hi everyone,
I'm using CVAT for my master thesis and I am currently encountering a problem during uploading my own segmentation mask 1.1 into CVAT. Due to various reasons, i created my own segmentation masks and want to upload them back into CVAT because I want to edit them.
The class that I'm uploading is depicted as white in my segmentation masks. I already changed its color to white in the labelmap.txt file as well as in the constructor but I'm still encountering the same error.
Is there anything else I could try out?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: