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
404926dc
Commit
404926dc
authored
Nov 23, 2020
by
sjromuel
Browse files
d
parent
f409d5ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
RobinNet/threshunetpred_gts.py
View file @
404926dc
...
...
@@ -145,7 +145,7 @@ def main():
y_pred
=
Unet
(
image
,
weights
,
filter_multiplier
,
training
=
False
)
if
npys3d
:
y_predflip
=
y_pred
.
numpy
()
y_predflip
=
np
.
flip
(
y_pred
.
numpy
()
)
if
y_pred3d
==
[]:
y_pred3d
=
y_predflip
[:,:,:,
1
]
else
:
...
...
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