From 141257f4923dcb21ff5f33e4f67b76b3c4f678d1 Mon Sep 17 00:00:00 2001
From: manurare <mreyarea@gmail.com>
Date: Tue, 30 Aug 2022 17:01:16 +0100
Subject: [PATCH] Fix typo

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9d21057..99bc53a 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Dependencies for python are in ```code/python/requirements.txt```
 We recommend Docker to run 360MonoDepth to avoid problems with dependencies.
 ```
 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 
-- 
GitLab