Chris Oswald commited on
Commit
8c545f6
1 Parent(s): 568e823
Files changed (1) hide show
  1. SPIDER.py +2 -0
SPIDER.py CHANGED
@@ -533,6 +533,8 @@ class SPIDER(datasets.GeneratorBasedBuilder):
533
  mask_array_standardized,
534
  resize_shape,
535
  )
 
 
536
 
537
  # Extract overview data corresponding to image
538
  image_overview = overview_dict[scan_id]
 
533
  mask_array_standardized,
534
  resize_shape,
535
  )
536
+ print(patient_id, scan_id)
537
+ print(np.unique(mask_array_standardized, return_counts=True))
538
 
539
  # Extract overview data corresponding to image
540
  image_overview = overview_dict[scan_id]