Skip to content
Snippets Groups Projects
Commit a88bf200 authored by tee1g21's avatar tee1g21
Browse files

Updated README and commented config.example.ini

parent ddb9da18
No related branches found
No related tags found
1 merge request!3Fix config.ini 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