Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DOCKER.md #4

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This tutorial walks through how to pull our prebuilt docker image, and how to us

1. Pulling docker image from Docker Hub. This command will pull the latest prebuilt image from Docker Hub.
```
docker image pull docker://artzha/coda-models
docker pull docker://artzha/coda-models
```

2. Start the docker container. This command will run the docker container with the following settings:
Expand Down Expand Up @@ -35,4 +35,4 @@ Replace the `LIDAR_RESOLUTION` placeholder with the desired LiDAR resolution (16

```
python tools/ros_demo.py --pc {YOUR_POINT_CLOUD_TOPIC} --cfg_file tools/cfgs/da-coda-coda_models/waymocenterhead/pvrcnn_allclass{LIDAR_RESOLUTION}full_finetune_headfull.yaml --ckpt ckpts/coda{LIDAR_RESOLUTION}_allclass_bestoracle.pth
```
```