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
6fe371a1
Commit
6fe371a1
authored
Nov 27, 2020
by
sjromuel
Browse files
d
parent
8cfd1b1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
RobinNet/dice_gt_seg.py
View file @
6fe371a1
...
...
@@ -104,7 +104,7 @@ def main():
dice_Score16
.
append
(
patient_dsc
)
try
:
hausdorff_distance_filter
=
sitk
.
HausdorffDistanceImageFilter
()
hausdorff_distance_filter
=
sitk
.
HausdorffDistanceIm
gi
ageFilter
()
hausdorff_distance_filter
.
Execute
(
sitk
.
GetImageFromArray
(
y_true3d
),
sitk
.
GetImageFromArray
(
y_pred3d
))
hdd3d
=
hausdorff_distance_filter
.
GetHausdorffDistance
()
...
...
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