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/shifted_t.png
\ No newline at end of file
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 "
```
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
......
# 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
......@@ -8,4 +12,4 @@ edgeNetEnv=tf2
unityEnv=unity
[Docker]
imageId=6df2cb89305210be8207da898218a81bff004d05a69889263aa61141807e6e5d
\ No newline at end of file
imageId=6df2cb89305210be8207da898218a81bff004d05a69889263aa61141807e6e5d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment