Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sjromuel
Masterarbeit
Commits
39241fa1
Commit
39241fa1
authored
Nov 23, 2020
by
sjromuel
Browse files
dj
parent
31846fc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
RobinNet/13unet_mrt_threshgt.py
View file @
39241fa1
...
...
@@ -67,7 +67,7 @@ class mrt_unet(BaseNetwork):
for
elem
in
full_list
:
if
elem
.
endswith
(
"T1.gipl.npy"
):
X_img_list
.
append
(
elem
)
if
self
.
gt_type
==
"ctthresh_gt"
:
if
self
.
gt_type
==
"ctthresh_gt"
or
self
.
gt_type
==
"_mr_ctunetpred"
:
X_img_list
.
append
(
elem
)
X_img_list
.
append
(
elem
)
elif
elem
.
endswith
(
self
.
gt_type
+
".gipl.npy"
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment