Skip to content

Commit

Permalink
Merge pull request #142 from angryfred/master
Browse files Browse the repository at this point in the history
Export volume 'weights' to container.
  • Loading branch information
thias15 committed Dec 23, 2022
2 parents 1693d41 + bbd91f5 commit b845b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -80,7 +80,7 @@ The original model that was trained on 5 datasets (`MIX 5` in the paper) can be
3) Run inference:

```shell
docker run --rm --gpus all -v $PWD/input:/opt/MiDaS/input -v $PWD/output:/opt/MiDaS/output midas
docker run --rm --gpus all -v $PWD/input:/opt/MiDaS/input -v $PWD/output:/opt/MiDaS/output -v $PWD/weights:/opt/MiDaS/weights midas
```

This command passes through all of your NVIDIA GPUs to the container, mounts the
Expand Down

0 comments on commit b845b78

Please sign in to comment.