Skip to content

Commit

Permalink
integrated with watod :)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrhuynh committed Feb 13, 2024
1 parent 41254e2 commit 95fd8cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/docker-compose.perception.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ services:
target: deploy
image: "${PERCEPTION_LIDAR_OBJECT_DETECTION_IMAGE}:${TAG}"
command: /bin/bash -c "ros2 run lidar_object_detection inference"
volumes:
- /mnt/wato-drive2/perception_models/voxelnext_nuscenes_kernel1.pth:/home/bolty/OpenPCDet/models/voxelnext_nuscenes_kernel1.pth
- /mnt/wato-drive2/nuscenes-1.0-mini/samples/LIDAR_TOP:/home/bolty/data
# traffic_light_detection:
# build:
# context: ..
Expand Down

0 comments on commit 95fd8cc

Please sign in to comment.