Skip to content

Commit

Permalink
Use correct traffic signs model
Browse files Browse the repository at this point in the history
  • Loading branch information
Miniapple8888 committed Jun 4, 2024
1 parent 4882626 commit 7e4aaa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/docker-compose.perception.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ services:
- driver: nvidia
count: 1
capabilities: [ gpu ]
command: /bin/bash -c "ros2 launch camera_object_detection eve_launch.py"
command: /bin/bash -c "ros2 launch camera_object_detection eve.launch.py"
volumes:
- /mnt/wato-drive2/perception_models/yolov8m.pt:/perception_models/yolov8m.pt
- /mnt/wato-drive2/perception_models/traffic_light.pt:/perception_models/traffic_light.pt
- /mnt/wato-drive2/perception_models/traffic_signs_v0.pt:/perception_models/traffic_signs_v1.pt
- /mnt/wato-drive2/perception_models/traffic_signs_v3.pt:/perception_models/traffic_signs.pt

lidar_object_detection:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ traffic_signs_node:
camera_topic: /camera/left/image_color
publish_vis_topic: /traffic_signs_viz
publish_detection_topic: /traffic_signs
model_path: /perception_models/traffic_signs_v1.pt
model_path: /perception_models/traffic_signs.pt
crop_mode: CenterCrop
image_size: 1024
save_detections: false

0 comments on commit 7e4aaa3

Please sign in to comment.