From a88bf200beb8ab00125f7327ebff5d99f3b74416 Mon Sep 17 00:00:00 2001 From: tee1g21 <92794120+tee1g21@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:05:07 +0100 Subject: [PATCH] Updated README and commented config.example.ini --- README.md | 3 ++- scripts/config.example.ini | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19a48be..c5437e5 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,8 @@ docker run -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=0 360monodepth sh -c " ``` 4. Configure paths: -Edit scripts/config.ini to set binary directories for Anaconda in Windows and WSL, and copy paste the new docker image id. +- Make a copy of scripts/config.example.ini in the same location and rename it to config.ini. +- Edit config.ini to set binary directories for Anaconda in Windows and WSL, and copy paste the new docker image id. 5. Run the main ML pipeline: ```cmd diff --git a/scripts/config.example.ini b/scripts/config.example.ini index 58850f4..2f606b6 100644 --- a/scripts/config.example.ini +++ b/scripts/config.example.ini @@ -1,3 +1,7 @@ +# example file for config.ini +# remove '.example' from the filename to use this file +# populate the fields with your own values + [Paths] condaDir=C:/ProgramData/anaconda3 wslAnacondaDir=/home/chronohax/anaconda3/bin -- GitLab