From 102d157b1ba519903ad4fdcf77b343c6f4484aa8 Mon Sep 17 00:00:00 2001
From: Muhammad-Hazimi-Yusri <mhby1g21@soton.ac.uk>
Date: Wed, 16 Oct 2024 14:23:37 +0100
Subject: [PATCH] updated edgenet and readme

---
 README.md   | 3 ++-
 edgenet-360 | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3fcee98..95fb094 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 9e6aa07..9304ca1 160000
--- a/edgenet-360
+++ b/edgenet-360
@@ -1 +1 @@
-Subproject commit 9e6aa070fb815d800dcb1e4ad3f50f719bc4c8d9
+Subproject commit 9304ca155624f367ea15e4c5f357725cf36eca61
-- 
GitLab