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
00388354
Commit
00388354
authored
3 months ago
by
las1g21
Browse files
Options
Downloads
Patches
Plain Diff
file names fixed
parent
35fd82cd
No related branches found
Branches containing commit
No related tags found
1 merge request
!20
file names fixed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/debug_tool/tabs/mbdnet_tab.py
+2
-2
2 additions, 2 deletions
scripts/debug_tool/tabs/mbdnet_tab.py
scripts/simple_tab.py
+1
-1
1 addition, 1 deletion
scripts/simple_tab.py
with
3 additions
and
3 deletions
scripts/debug_tool/tabs/mbdnet_tab.py
+
2
−
2
View file @
00388354
...
...
@@ -290,7 +290,7 @@ class MBDNetTab(QWidget):
#self.clean_output_directory(self.output_dir, True)
# copy rgb.png to shifted_t.png and enhanced_depth_e.png to shifted_disparity.png
os
.
rename
(
os
.
path
.
join
(
self
.
input_dir
,
'
rgb.png
'
),
os
.
path
.
join
(
self
.
input_dir
,
'
shifted_t.png
'
))
os
.
rename
(
os
.
path
.
join
(
self
.
input_dir
,
'
depth_e.png
'
),
os
.
path
.
join
(
self
.
input_dir
,
'
shifted
_
disparity.png
'
))
os
.
rename
(
os
.
path
.
join
(
self
.
input_dir
,
'
depth_e.png
'
),
os
.
path
.
join
(
self
.
input_dir
,
'
shifted
-
disparity.png
'
))
# Run scene_completion.py
os
.
chdir
(
self
.
scripts_dir
)
infer_cmd
=
self
.
_build_mbdnet_command
()
...
...
@@ -309,7 +309,7 @@ class MBDNetTab(QWidget):
def
_build_mbdnet_command
(
self
):
"""
Build scene_completion.py command
"""
shifted_disparity
=
os
.
path
.
join
(
self
.
input_dir
,
'
shifted
_
disparity.png
'
)
shifted_disparity
=
os
.
path
.
join
(
self
.
input_dir
,
'
shifted
-
disparity.png
'
)
shifted_t
=
os
.
path
.
join
(
self
.
input_dir
,
'
shifted_t.png
'
)
command
=
(
f
'
python scene_completion.py
{
shifted_disparity
}
{
shifted_t
}
'
)
...
...
This diff is collapsed.
Click to expand it.
scripts/simple_tab.py
+
1
−
1
View file @
00388354
...
...
@@ -205,8 +205,8 @@ class PipelineWorker(QThread):
else
:
self
.
run_depth_estimation
()
#self.run_depth_to_disparity()
self
.
run_material_recognition
()
if
self
.
edgenet_flag
:
self
.
run_material_recognition
()
self
.
run_edge_net
()
self
.
run_post_processing
()
else
:
...
...
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