Skip to content
Snippets Groups Projects
Commit 0bb20f7d authored by mhby1g21's avatar mhby1g21
Browse files

updated readme and combined script to reflect new material recog dir

parent f17ffe69
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ The repository is structured as follows: ...@@ -14,7 +14,7 @@ The repository is structured as follows:
- `Output/`: Directory for generated meshes in .obj format - `Output/`: Directory for generated meshes in .obj format
- `Intern-logs/`: Weekly logs from internship work including AudioResult excel - `Intern-logs/`: Weekly logs from internship work including AudioResult excel
- `Internship-Report.pdf`: 10-week internship technical report - `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 - `RIR_Analysis`: Python notebook for sine sweep and deconvolution by Mona
- `scripts/`: Automation and integration scripts - `scripts/`: Automation and integration scripts
- `Unity/`: - `Unity/`:
...@@ -48,7 +48,7 @@ git submodule update --init --recursive ...@@ -48,7 +48,7 @@ git submodule update --init --recursive
a. For material recognition/DBAT (uses conda): a. For material recognition/DBAT (uses conda):
```cmd ```cmd
cd material_recognition\Dynamic-Backward-Attention_Transformer cd Dynamic-Backward-Attention_Transformer
conda env create -f environment.yml conda env create -f environment.yml
``` ```
......
...@@ -21,7 +21,7 @@ set scriptDir=%~dp0 ...@@ -21,7 +21,7 @@ set scriptDir=%~dp0
set workingDir=%scriptDir%.. set workingDir=%scriptDir%..
set monoDepthDir=%workingDir%\scripts\360monodepthexecution set monoDepthDir=%workingDir%\scripts\360monodepthexecution
set outputDir=%workingDir%\edgenet360\Output 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 set edgeNetDir=%workingDir%\edgenet360
:: File paths :: File paths
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment