-
-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hi, thanks for sharing this wonderful work.
When I read the code, I was very confused about the process of defining the point cloud casting rays. I found that you set the origin of all rays in the ego origin. And I also know that the merged point cloud of nuPlan is indeed in the ego coordinate. Nevertheless, these points are obtained in themselves from the LiDAR origin of each. So when we cast rays from the ego coordinate, does it cause occlusion problems?
For example, some far and low objects can be seen from the top LiDAR, but would be occluded by the nearer objects from the viewpoint of ego origin.
And the problem seems clear when I visualize the point cloud ground truth and the predicted point cloud.

The points in yellow are predicted by the ViDAR pre-trained model.