Closed ntutangyun closed 4 years ago
Here is the update of another run. In this case, I placed a normal vehicle aside to show that the Perception is at least doing something.
my initial investigation is that the CNN Segmentation failed to produce a segmented object for the random-shape obstacle.
Hi @ntutangyun , segmentation method is no longer maintained, as we have set PointPillars as perception's lidar detection method. Thank you for your interest in Apollo.
Issue
Hi team,
Recently I've been trying Apollo's lidar perception module with LGSVL simulator. I generated a bunch of random-shaped obstacles, and Apollo lidar detection fails to detect some of them.
Here's one example.
Steps to reproduce
here's a bag file (point cloud data included) recorded during runtime when lidar perception failed to work.
pre6
branch.boostrap_lgsvl.sh
Mkz Lgsvl
Lincoln2017MKZ LGSVL
Borregas Ave
xxx.rec
cyber_recorder play -l -f xxx.rec
Expected behavior
Although the shape is randomly generated, the lidar points were there and from a human's perspective, clearly there was something big in front of the ego vehicle. I believe it's proper for Apollo to at least produce an unknown obstacle ahead.
Configurations
Below is my dag file for lidar perception:
Please let me know if any other resources are needed to verify this. Thanks.