diff --git a/README.md b/README.md index 3fcee988c583520f106861e9e78bab2589cfea8f..95fb094d215706e07e082e90a99f70f4eaae5a00 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ c. For edgenet360 (uses WSL): - Install WSL and Anaconda following these instructions: https://info.stat.cmu.edu/index.php?title=Windows_Subsystem_for_Linux_(WSL)_and_Python - Make sure wsl thats called in cmd is the one with anaconda installed - Then create the tf2 environment: +- MAKE SURE THE COMMAND BELOW ARE RUN IN WSL, from wsl, go up directory then go to /mnt/ to wherever the repo was in to access .yml ```cmd cd edgenet360 conda env create -f tf2_new_env.yml @@ -83,7 +84,7 @@ 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. +Edit scripts/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/edgenet-360 b/edgenet-360 index 9e6aa070fb815d800dcb1e4ad3f50f719bc4c8d9..9304ca155624f367ea15e4c5f357725cf36eca61 160000 --- a/edgenet-360 +++ b/edgenet-360 @@ -1 +1 @@ -Subproject commit 9e6aa070fb815d800dcb1e4ad3f50f719bc4c8d9 +Subproject commit 9304ca155624f367ea15e4c5f357725cf36eca61