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

Ray-cast based Lidar labels #770

Closed
sanketgujar opened this issue Sep 11, 2018 · 4 comments
Closed

Ray-cast based Lidar labels #770

sanketgujar opened this issue Sep 11, 2018 · 4 comments
Assignees
Labels
python Requires changing Python code question

Comments

@sanketgujar
Copy link

Great work implementing Lidar in Carla. I wanted to know how can I get the ground-truth labels (3D bounding boxes/ Pointwise labels) for the Lidar data for the objects in the scene.

@analog-cbarber
Copy link

In 0.8 you can get bounding box information for all vehicles and pedestrians. You can use that to find out whether a lidar point belongs to one of those actors (more or less).

For some limited camera view, you could get CARLA to generate 2D semantic segmentation information and project the lidar points on to the view plane to get semantic labels.

If those techniques are not good enough, you would probably have to make your own version of the Lidar sensor.

@sanketgujar
Copy link
Author

Thanks for the quick reply, It will be a great help if you can also answer the following question

  1. Is the bounding boxes will be in Lidar coordinates?
  2. Where can I get the transformations for the projections?

@marcgpuig marcgpuig added question python Requires changing Python code labels Sep 12, 2018
@marcgpuig
Copy link
Contributor

Hi @sanketgujar:

Is the bounding boxes will be in Lidar coordinates?

Take a look here #392.

Where can I get the transformations for the projections?

And this can help you #293 (comment) :)

@marcgpuig marcgpuig self-assigned this Sep 12, 2018
@sanketgujar
Copy link
Author

The projection of 2D semantic segmentation information worked for me. Thanks a lot !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Requires changing Python code question
Projects
None yet
Development

No branches or pull requests

3 participants