Skip to content
Snippets Groups Projects
Commit 141257f4 authored by manurare's avatar manurare
Browse files

Fix typo

parent 3a24e329
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ Dependencies for python are in ```code/python/requirements.txt``` ...@@ -34,7 +34,7 @@ Dependencies for python are in ```code/python/requirements.txt```
We recommend Docker to run 360MonoDepth to avoid problems with dependencies. We recommend Docker to run 360MonoDepth to avoid problems with dependencies.
``` ```
docker build -t 360monodepth . docker build -t 360monodepth .
docker run -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=0 360monodepth sh -c "cd /monodepth/python/src; python3 main.py --expname test_experiment --blending_method all --grid_size 8x7" docker run -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=0 360monodepth sh -c "cd /monodepth/code/python/src; python3 main.py --expname test_experiment --blending_method all --grid_size 8x7"
``` ```
#### Without Docker #### Without Docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment