Carla: add semantic label to lidar point cloud

Created on 14 Jun 2019  路  5Comments  路  Source: carla-simulator/carla

The projection of semantic label on lidar data is not accurate

I do the following to add semantic labels to point cloud data from lidar sensor in carla:
1.I get the intrinsics as stated in #56.
2.Project 3d points into semantic segmentation image of different views(front, left, right, rear).

effect:
Totally, the road, buildings and surrounding look good, but the vehicles and pedestrains seem to have some errors.

The general effect:
Screenshot from 2019-06-14 12-05-55

The local accuracy is not accurate:
lidar_labeled

The corresponding semantic images of front, left, right and rear views:
front:
053_front
left:
053_left
right:
053_right
rear:
053_rear

The problem is: the lidar data points cast onto the vehicle does not have the same shape as the vehicle. As a result, the projection has deviation. Does anybody have any idea of how to improve the accuracy?

stale

Most helpful comment

Could you please share your code for projection? It will be very helpful.

You can check my github repo carla_data_collection. Hope it will help!

All 5 comments

#1010 might be helpful.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Could you please share your code for projection? It will be very helpful.

Could you please share your code for projection? It will be very helpful.

You can check my github repo carla_data_collection. Hope it will help!

This feature has been added in CARLA in #3131, with better performance and more accurate bounces in vehicles and pedestrians.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gkahn13 picture gkahn13  路  24Comments

nicksunyang picture nicksunyang  路  25Comments

rohanb2018 picture rohanb2018  路  27Comments

rikardomarenzzi picture rikardomarenzzi  路  39Comments

FelixTFD picture FelixTFD  路  20Comments