diff --git a/README.md b/README.md index 7f7ad50a1a57569d118e078b033691263ad61e95..3fcee988c583520f106861e9e78bab2589cfea8f 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 fc35b92527832a09caf55e35a00bc7b2042ec878..f01456937a617e64a7e086b39e6870cb6ce155f1 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