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

Relable RUGD? #2

Open
linchangyi1 opened this issue Mar 22, 2022 · 1 comment
Open

Relable RUGD? #2

linchangyi1 opened this issue Mar 22, 2022 · 1 comment

Comments

@linchangyi1
Copy link

Hi, thanks for your open source.
I want to use your code to train RUGD Dataset. However, I noticed that the annotation images of RUGD are RGB_images and there is the color_map like this:
0 void 0 0 0
1 dirt 108 64 20
2 sand 255 229 204
3 grass 0 102 0
4 tree 0 255 0
5 pole 0 153 153
6 water 0 128 255
7 sky 0 0 255
8 vehicle 255 255 0

Because I didn't find any transform about the labels of RUGD to ID in order. So, should I need to relabel them into such format:
0 void 0 0 0
1 dirt 1 1 1
2 sand 2 2 2
3 grass 3 3 3
4 tree 4 4 4
5 pole 5 5 5
6 water 6 6 6
7 sky 7 7 7
8 vehicle 8 8 8

@hchoi71
Copy link

hchoi71 commented Jul 21, 2022

Any comment on relabel?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants