Skip to content
Snippets Groups Projects
Commit 6a9bfda0 authored by Tom Evans's avatar Tom Evans
Browse files

Merge branch 'fix-config' into 'master'

Fix config.ini file

See merge request !3
parents 018ef245 a88bf200
No related branches found
No related tags found
1 merge request!3Fix config.ini file
scripts/360monodepthexecution/rgb.jpg scripts/360monodepthexecution/rgb.jpg
scripts/shifted_t.png scripts/shifted_t.png
scripts/config.ini
\ No newline at end of file
...@@ -88,7 +88,8 @@ docker run -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=0 360monodepth sh -c " ...@@ -88,7 +88,8 @@ docker run -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=0 360monodepth sh -c "
``` ```
4. Configure paths: 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: 5. Run the main ML pipeline:
```cmd ```cmd
......
# example file for config.ini
# remove '.example' from the filename to use this file
# populate the fields with your own values
[Paths] [Paths]
condaDir=C:/ProgramData/anaconda3 condaDir=C:/ProgramData/anaconda3
wslAnacondaDir=/home/chronohax/anaconda3/bin wslAnacondaDir=/home/chronohax/anaconda3/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment