Apollo: [Question]obstacles recognise issue by cloud points of perception module

Created on 11 Mar 2018  ·  1Comment  ·  Source: ApolloAuto/apollo

Hi,

I added 1000 random points (outside ROI) into a pcd and the offline perception tool miss 3 obstacles in front of the vehicle. Is the algorithm or model behind the obstacle recognition by cloud points vulnerable to noise attack (points outside ROI)? My apollo code is checked out on the Jan 31, 2018.

This is original pcd.
2891_wo

2891_original.zip

This is pcd with 1000 random noise points ouside ROI
2891_wi

2891_wi_1k_random.zip

pose.zip
Position in sunnyvale_loop map
map_2891

Regards,
Liqun Sun

Perception Question

Most helpful comment

thanks for the post. since cnn seg is deep learning trained, it might happen if you add noise point into the data itself. in practise, there could be multiple pipeline doing segmentation based on traditional method as well as deep learning method. Also, for cases like that, models can be fine tuned using data augmentation.

>All comments

thanks for the post. since cnn seg is deep learning trained, it might happen if you add noise point into the data itself. in practise, there could be multiple pipeline doing segmentation based on traditional method as well as deep learning method. Also, for cases like that, models can be fine tuned using data augmentation.

Was this page helpful?
0 / 5 - 0 ratings