From 0bb20f7d668a68cd20b6572be0a398f51c11209a Mon Sep 17 00:00:00 2001 From: mhby1g21 <mhby1g21@soton.ac.uk> Date: Tue, 15 Oct 2024 17:41:01 +0100 Subject: [PATCH] updated readme and combined script to reflect new material recog dir --- README.md | 4 ++-- scripts/combined.bat | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f7ad50..3fcee98 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The repository is structured as follows: - `Output/`: Directory for generated meshes in .obj format - `Intern-logs/`: Weekly logs from internship work including AudioResult excel - `Internship-Report.pdf`: 10-week internship technical report -- `material_recognition/`: Submodule for material recognition using Dynamic Backward Attention Transformer +- `Dynamic-Backward-Attention_Transformer/`: Submodule for material recognition using Dynamic Backward Attention Transformer - `RIR_Analysis`: Python notebook for sine sweep and deconvolution by Mona - `scripts/`: Automation and integration scripts - `Unity/`: @@ -48,7 +48,7 @@ git submodule update --init --recursive a. For material recognition/DBAT (uses conda): ```cmd -cd material_recognition\Dynamic-Backward-Attention_Transformer +cd Dynamic-Backward-Attention_Transformer conda env create -f environment.yml ``` diff --git a/scripts/combined.bat b/scripts/combined.bat index fc35b92..f014569 100644 --- a/scripts/combined.bat +++ b/scripts/combined.bat @@ -21,7 +21,7 @@ set scriptDir=%~dp0 set workingDir=%scriptDir%.. set monoDepthDir=%workingDir%\scripts\360monodepthexecution set outputDir=%workingDir%\edgenet360\Output -set materialRecogDir=%workingDir%\material_recognition\Dynamic-Backward-Attention-Transformer +set materialRecogDir=%workingDir%\Dynamic-Backward-Attention-Transformer set edgeNetDir=%workingDir%\edgenet360 :: File paths -- GitLab