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

Simulated CARLA Dataset Rendering Code #4

Closed
abhi1kumar opened this issue Feb 7, 2024 · 2 comments
Closed

Simulated CARLA Dataset Rendering Code #4

abhi1kumar opened this issue Feb 7, 2024 · 2 comments

Comments

@abhi1kumar
Copy link

Hi Tzofi,
Thank you for releasing your simulated CARLA image dataset. Since CARLA also provides depth and semantic labels along with images, we wanted to get the simulated CARLA images' depth and semantic segmentation labels.

It would be great if you could release your CARLA rendering code so that we could generate depth and semantic segmentation labels of the released CARLA images on our end.

@tzofi
Copy link
Collaborator

tzofi commented Apr 21, 2024

Hi @abhi1kumar, The code we used for rendering the CARLA datasets is available in the following zip file:

https://drive.google.com/file/d/1-1R1ggYuPdU9_LF3XV5Tp6SZ131T1emU/view?usp=sharing

Please check the README in the zip for instructions. If you run into issues connecting to your CARLA server, please verify the path to the CARLA python dependencies in the top of src/sim_nuscenes.py is correct. The code is already set up to render depth data (the depth is used to filter out occluded bounding boxes), but this depth data is not saved to disk currently. To add additional sensors (e.g. segmentation, etc), you can modify the render() function in src/sim_nuscenes.py. Let me know if you have any questions and I'll be happy to help!

@abhi1kumar
Copy link
Author

@tzofi Thank you. It helps a lot.

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