Skip to content

Commit

Permalink
fix: switch MMDetection to cuda:0 because OBC only has 1 GPU (device 0)
Browse files Browse the repository at this point in the history
  • Loading branch information
akevinge committed Apr 19, 2024
1 parent 56c4742 commit 70672da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launches/launch.object3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def generate_launch_description():
name = 'lidar_detection_node',
parameters=[
{'model': 'mmdetection3d'},
{'device': 'cuda:1'},
{'device': 'cuda:0'},
{'conf_thresh': 0.4}
],
)
Expand Down

0 comments on commit 70672da

Please sign in to comment.