-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Semantic segmentation colours not in the seg_rgbs.txt #2358
Labels
Comments
I am having similar issues. What version of Unreal engine are you using? I have seen this behavior on 4.19 and 4.23. |
@TDYbrownrc I'm using 4.22. The work around that I'm using right now is using infrared camera instead of segmentation view. |
I pulled in the latest changes of Airsim and updated to Unreal 4.24 and that fixed it for me |
@ivannson could you check? |
#2845 fixed this problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am collecting some segmentation images, but upon displaying them, I found that the colours in my segmentation image do not correspond to any colours specified in
seg_rgbs.txt
.This is the image produced:
![Screenshot 2019-12-25 at 17 22 23](https://user-images.githubusercontent.com/42695412/71448798-78b97900-2741-11ea-96f7-8702d3ecd050.png)
Data collection code snippet:
By looking at the colours, for example top left quadrant with a building in dark yellow, I get
[203 174 42]
as the rgb values, however this colour doesn't seem to correspond to any labelseg_rgbs.txt
.The text was updated successfully, but these errors were encountered: