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