-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Instance Segmentation - Standard semantic ID only contains subset of objects #5842
Comments
Can the Instance Segmentation sensor finally be looked at for the next release, because it is simply not working according to the documentation. My thesis depends on this, thanks. |
Do you save instance segmentation image as JPG format? Please save it as PNG format. JPG is a lossy compression format, and some pixel's value will change when you save images as xx.jpg. PNG is lossless compression format. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
hey, I'm not sure how to do this properly, running into the same issue this is what i'm using
|
did you ever find a solution for this? running into the same issue and i'm not sure how to work around it |
Due to a contribution from @AreopagX Now the actor id generated by carla matches the instance segmentation one; Usually the id in red channel is Unreal generated actor id which differs from CARLA's. that's why everyobject can be shown in the red channel. |
According to the documentation " The R channel contains the standard semantic ID."
While this is true and working in the semantic segmentation case i noticed in the instance segmentation case
that e.g. cars are in the red channels 9,10,11 instead of only the 10th redchannel.
This makes it hard to access the segmented areas because they are not clearly living in one specific channel.
This is also the case for the "actor id" tagging.
Input:
Mask:
Redchannel:
9
10
11
CARLA version:
9.13 and latest night build, standard downloads from github and self compiled on Rocky Linux 8
Platform/OS:
Ubuntu 18 and Rocky Linux 8
The text was updated successfully, but these errors were encountered: