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
a06ebf0d
Commit
a06ebf0d
authored
5 months ago
by
las1g21
Browse files
Options
Downloads
Patches
Plain Diff
Removes files created by previous runs
parent
c187100a
Branches
GDP_4.2.1
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
360monodepth
+1
-1
1 addition, 1 deletion
360monodepth
scripts/combined.bat
+9
-5
9 additions, 5 deletions
scripts/combined.bat
scripts/shifted_t.png
+0
-0
0 additions, 0 deletions
scripts/shifted_t.png
with
10 additions
and
6 deletions
360monodepth
@
5c053f22
Compare
ae9bee53
...
5c053f22
Subproject commit
ae9bee5325ffcdce9d9b8659017177c35d561564
Subproject commit
5c053f2285466cb884d148dc54489ec654327668
This diff is collapsed.
Click to expand it.
scripts/combined.bat
+
9
−
5
View file @
a06ebf0d
...
...
@@ -19,6 +19,14 @@ for /f "tokens=1,2 delims==" %%a in (config.ini) do (
:: Directory structure
set
scriptDir
=
%~dp0
set
workingDir
=
%scriptDir%
..
:: Ensure no leftover files from previous runs
if
exist
"
%workingDir%
\edgenet-360\Data\Input"
rmdir
/s /q
"
%workingDir%
\edgenet-360\Data\Input"
if
exist
"
%workingDir%
\edgenet-360\Output"
rmdir
/s /q
"
%workingDir%
\edgenet-360\Output"
if
exist
"
%workingDir%
\Dynamic-Backward-Attention-Transformer\cubemap_faces"
rmdir
/s /q
"
%workingDir%
\Dynamic-Backward-Attention-Transformer\cubemap_faces"
if
exist
"
%workingDir%
\scripts\360monodepthexecution\rgb.jpg"
del
"
%workingDir%
\scripts\360monodepthexecution\rgb.jpg"
:: Continue Directory structure
set
monoDepthDir
=
%workingDir%
\scripts\360monodepthexecution
set
outputDir
=
%workingDir%
\edgenet
-
360
\Output
set
materialRecogDir
=
%workingDir%
\Dynamic
-Backward-Attention-Transformer
...
...
@@ -41,11 +49,7 @@ if not exist "%checkpointFile%" (
echo
Please
ensure
the
checkpoint
file
is
in
the
correct
location
.
exit
/b
1
)
:: Ensure no leftover files from previous runs
if
exist
"
%edgeNetDir%
\Input"
rmdir
/s /q
"
%edgeNetDir%
\Input\*"
if
exist
"
%outputDir%
"
rmdir
"
%outputDir%
"
if
exist
"
%materialRecogDir%
\cubemap_faces"
rmdir
/s /q
"
%materialRecogDir%
\cubemap_faces\*"
if
exist
"
%monoDepthDir%
\rgb.jpg"
del
"
%monoDepthDir%
\rgb.jpg"
:: Shift the image if the option is selected
if
/I
"
%shiftImage%
"
==
"y"
(
...
...
This diff is collapsed.
Click to expand it.
scripts/shifted_t.png
deleted
100644 → 0
+
0
−
0
View file @
c187100a
4.61 MiB
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