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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GDP Project 4
AVVR-Pipeline-GDP4
Commits
49e35ccc
Commit
49e35ccc
authored
9 months ago
by
mhby1g21
Browse files
Options
Downloads
Patches
Plain Diff
changed base env instances to material
parent
0bb20f7d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dynamic-Backward-Attention-Transformer
+1
-1
1 addition, 1 deletion
Dynamic-Backward-Attention-Transformer
scripts/combined.bat
+4
-4
4 additions, 4 deletions
scripts/combined.bat
with
5 additions
and
5 deletions
Dynamic-Backward-Attention-Transformer
@
ace4a01e
Compare
48c68cea
...
ace4a01e
Subproject commit
48c68cea9d69056240527c8716551e3d452a8833
Subproject commit
ace4a01ed0c3f2f304d5c9b76a552240f5a1fdc7
This diff is collapsed.
Click to expand it.
scripts/combined.bat
+
4
−
4
View file @
49e35ccc
...
...
@@ -45,7 +45,7 @@ if not exist "%checkpointFile%" (
:: Shift the image if the option is selected
if
/I
"
%shiftImage%
"
==
"y"
(
echo
Shifting
the
input
image
...
call
"
%condaDir%
\condabin\activate.bat"
base
call
"
%condaDir%
\condabin\activate.bat"
%materialEnv%
python
"
%scriptDir%
shifter.py"
"
%inputFilePath%
"
"
%shiftedImage%
"
call
"
%condaDir%
\condabin\deactivate.bat"
set
"processFilePath=
%shiftedImage%
"
...
...
@@ -73,7 +73,7 @@ if %depthVar%==1 (
:: Splitting 360 Image
echo
Splitting
360
image
...
pushd
"
%materialRecogDir%
"
call
"
%condaDir%
\condabin\activate.bat"
base
call
"
%condaDir%
\condabin\activate.bat"
%materialEnv%
python
split_img
.py
"
%processFilePath%
"
call
"
%condaDir%
\condabin\deactivate.bat"
popd
...
...
@@ -94,7 +94,7 @@ popd
:: Combining Material Recognition output
pushd
"
%materialRecogDir%
"
echo
Combining
material
recognition
output
...
call
"
%condaDir%
\condabin\activate.bat"
base
call
"
%condaDir%
\condabin\activate.bat"
%materialEnv%
python
"
%materialRecogDir%
\combine_img.py"
call
"
%condaDir%
\condabin\deactivate.bat"
popd
...
...
@@ -111,7 +111,7 @@ popd
:: Run mesh splitting
echo
Running
mesh
splitting
...
pushd
"
%edgeNetDir%
"
call
"
%condaDir%
\condabin\activate.bat"
base
call
"
%condaDir%
\condabin\activate.bat"
%materialEnv%
python
"
%edgeNetDir%
\replace.py"
call
"
%condaDir%
\condabin\deactivate.bat"
popd
...
...
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