Skip to content
Snippets Groups Projects
Commit 102d157b authored by mhby1g21's avatar mhby1g21
Browse files

updated edgenet and readme

parent 969d616d
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,7 @@ c. For edgenet360 (uses WSL): ...@@ -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 - 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 - Make sure wsl thats called in cmd is the one with anaconda installed
- Then create the tf2 environment: - 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 ```cmd
cd edgenet360 cd edgenet360
conda env create -f tf2_new_env.yml 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 " ...@@ -83,7 +84,7 @@ 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. 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: 5. Run the main ML pipeline:
```cmd ```cmd
......
Subproject commit 9e6aa070fb815d800dcb1e4ad3f50f719bc4c8d9 Subproject commit 9304ca155624f367ea15e4c5f357725cf36eca61
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment