NVIDIA-AI-IOT / Lidar_AI_Solution

A project demonstrating Lidar related AI solutions, including three GPU accelerated Lidar/camera DL networks (PointPillars, CenterPoint, BEVFusion) and the related libs (cuPCL, 3D SparseConvolution, YUV2RGB, cuOSD,).
Other
1.33k stars 236 forks source link

Does the point cloud range need to be symmetrical from zero? #262

Open san9569 opened 4 months ago

san9569 commented 4 months ago

Hi,

When I use point_cloud_range=[-54, -100, -5 54, 100, 3], the prediction results are quite reasonable.

However, in the case of point_cloud_range=[-54, 0, -5, 54, 108, 3], the results are very poor (most prediction score are close to zero).

I wonder if the point cloud range should be symmetrical from zero or not.

san9569 commented 4 months ago

I think it's not a key. My problem now is that same model (same point cloud range and voxel size) trained on different training dataset shows poor results. The difference between the datasets is that one dataset is a subset of the other.