Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
AVVR-Pipeline-GDP4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GDP Project 4
AVVR-Pipeline-GDP4
Commits
0bb20f7d
Commit
0bb20f7d
authored
8 months ago
by
mhby1g21
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
scripts/combined.bat
+1
-1
1 addition, 1 deletion
scripts/combined.bat
with
3 additions
and
3 deletions
README.md
+
2
−
2
View file @
0bb20f7d
...
@@ -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
```
```
...
...
This diff is collapsed.
Click to expand it.
scripts/combined.bat
+
1
−
1
View file @
0bb20f7d
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment