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
6eca8d37
Commit
6eca8d37
authored
Nov 23, 2020
by
sjromuel
Browse files
f
parent
54c5f5f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
RobinNet/mrunetpred_gts.py
View file @
6eca8d37
...
...
@@ -149,9 +149,9 @@ def main():
if
npys3d
:
y_predflip
=
np
.
flip
(
y_pred
.
numpy
())
if
y_pred3d
==
[]:
y_pred3d
=
y_predflip
[:,:,:,
0
]
y_pred3d
=
y_predflip
[:,:,:,
1
]
else
:
y_pred3d
=
np
.
append
(
y_predflip
[:,:,:,
0
],
y_pred3d
,
axis
=
0
)
y_pred3d
=
np
.
append
(
y_predflip
[:,:,:,
1
],
y_pred3d
,
axis
=
0
)
#print(np.shape(y_pred3d))
...
...
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