Skip to content

Commit

Permalink
Perception: modify Perception README (ApolloAuto#12630)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroldchen authored Sep 21, 2020
1 parent 912d240 commit f8e51f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/perception/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ component named Detection component.
Apollo 6.0 Perception has following new features:

* **PointPillars Obstacle Detection**
* **Online PointPillars Model Training Service**

The perception module incorporates the capability of using multiple cameras, radars (front and rear) and LiDARs to recognize obstacles and fuse their individual tracks to obtain a final track list.
The obstacle sub-module detects, classifies and tracks obstacles.
This sub-module also predicts obstacle motion and position information (e.g., heading and velocity).
Besides, we provide an online service for training PointPillars models using your own data
(https://github.com/ApolloAuto/apollo/blob/master/docs/Apollo_Fuel/Perception_Lidar_Model_Training/README.md).
For lane line, we construct lane instances by postprocessing lane parsing pixels and calculate the lane relative location to the ego-vehicle (L0, L1, R0, R1, etc.).

***\**Note: Camera obstacle detection is not available so far due to the in-process model upgrading.
Expand Down

0 comments on commit f8e51f7

Please sign in to comment.