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

Question regarding IDGenerator #29

Open
discretecoder opened this issue Dec 10, 2019 · 1 comment
Open

Question regarding IDGenerator #29

discretecoder opened this issue Dec 10, 2019 · 1 comment

Comments

@discretecoder
Copy link

Greetings,

I have a question regarding ID generator, lets say I create panoptic labels for a dataset with 5 different colours for cars viz. [0 , 0 , 255], [0, 0, 200], [0, 0, 150], [0, 0 , 100], [0, 0, 50] and i assign differnt category ids to them and use 5 different class ids for the same class "car".
can I still use IDGenerator for all the car colours I have assigned? will it try to generate more shades of blue or use all the ones I have mentioned?

@discretecoder
Copy link
Author

or if i keep just one category ID and use these 5 colors for masks and use the R+G256+B256^2 formula based on these 5 colours, would it still work?

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

1 participant