Skip to content

Commit 9a5cc27

Browse files
authored
Update README.md
1 parent 5b24862 commit 9a5cc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ docker run --init --rm --net host eclipse/zenoh:1.2.1 --no-multicast-scouting
221221
#### Run the pose estimator
222222
We use [rocker](https://github.com/osrf/rocker) to add GPU support to Docker containers. To install rocker, run `pip install rocker` on the host machine.
223223
```bash
224-
rocker --nvidia --cuda --network=host bpc_pose_estimator:example
224+
rocker --nvidia --cuda --network=host --volume <PATH_TO_DATASET>/models:/opt/ros/underlay/install/3d_models -- bpc_pose_estimator:example
225225
```
226226

227227
#### Run the tester

0 commit comments

Comments
 (0)