Skip to content

Commit 746dabd

Browse files
author
Michael Lin
committed
update 7-13
1 parent 38ad06a commit 746dabd

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

ves_seg/sample/7-13_clahe.h5

26.3 MB
Binary file not shown.

ves_seg/sample/7-13_mask.h5

227 KB
Binary file not shown.

ves_seg/sample/7-13_ves.h5

190 KB
Binary file not shown.

ves_seg/sample/ng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def screenshot(path='temp.png', save=True, show=True, size=None):
2727
vol_name = '7-13'
2828

2929
clahe = readvol(os.path.join(data_dir, vol_name+"_clahe.h5"))
30-
mask = readvol(os.path.join(data_dir, vol_name+"_mask.h5"))
30+
mask = readvol(os.path.join(data_dir, vol_name+"_mask.h5")).astype(np.uint8)
3131
gt = readvol(os.path.join(data_dir, vol_name+"_ves.h5"))
3232
pred = readvol(os.path.join(data_dir, vol_name+"_pred.h5"))
3333

0 commit comments

Comments
 (0)