Skip to content

Commit d9b42e8

Browse files
natashadsouzatechoe
authored andcommitted
docs: perception (#9056)
1 parent e428533 commit d9b42e8

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

docs/howto/how_to_run_perception_module_on_your_local_computer.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,23 @@ http://localhost:8888/
4141
```
4242
cyber_launch start /apollo/modules/perception/production/launch/perception_camera.launch
4343
```
44+
45+
If you want to visualize camera-based results overlaid on the captured image and in bird view, mark `enable_visualization: true` in `‘modules/perception/production/conf/perception/camera/fusion_camera_detection_component.pb.txt` befor executing the above command. It will pop up when you play recorded data in point 9
46+
Also, If you want to enable CIPO, add ‘enable_cipv: true’ as a new line in the same file
4447

45-
9. If you want to visualize camera-based results overlaid on the captured image and in bird view, mark `enable_visualization: true` in `modules/perception/production/conf/perception/camera/fusion_camera_detection_component`
48+
- If you want to test lane detection alone use
49+
```
50+
mainboard -d ./modules/perception/production/dag/dag_streaming_perception_lane.dag
51+
```
52+
If you want to visualize lane results overlaid on the captured image and in bird view, mark `enable_visualization: true` in `modules/perception/production/conf/perception/camera/lane_detection_component.config` before executing the above command. It will pop up when you play recorded data in point 9
53+
54+
- If you want to test traffic light detection module alone use
55+
```
56+
cyber_launch start /apollo/modules/perception/production/launch/perception_trafficlight.launch
57+
```
58+
If you want to visualize the traffic light detection results overlaid on the captured image, mark `—start_visualizer=true` in `apollo/modules/perception/production/conf/perception/perception_common.flag` before executing the above command. It will pop up when you play recorded data in point 9
4659

47-
10. Play your recorded bag
60+
9. Play your recorded bag
4861
```
4962
cyber_recorder play -f /apollo/data/bag/anybag -r 0.2
5063
```

0 commit comments

Comments
 (0)