-
Notifications
You must be signed in to change notification settings - Fork 37
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] semantic color space #36
Comments
Hi Zigi, When do you observe the different colors? Typically, IsaacSim can assign random colors, but the class names are kept constant. The camera code of ViPlanner then takes the class names and converts them into colors, so that should be independent of what semantics you would see in the GUI. Does that clarify the question? |
Thank you for your guidance. I created a new However, the costmap I generated is quite different from the one in the paper. Does the number of images used in reconstruction affect this? How should I set this value and the number of viewpoints? |
# Description Adds data collection pipeline. Fixes #7 #14 #36 ## Type of change - New feature (non-breaking change which adds functionality) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./formatter.sh` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings
Issue addressed as part of the new data generation code release |
Question
Every time I load the Carla environment, the color of the semantic map is different. How can I convert the semantic information into the color space of VIPlanner?
The text was updated successfully, but these errors were encountered: