Chris Oswald
commited on
Commit
·
f807446
1
Parent(s):
f3013b1
debugging
Browse files
SPIDER.py
CHANGED
|
@@ -517,8 +517,8 @@ class SPIDER(datasets.GeneratorBasedBuilder):
|
|
| 517 |
return_dict = {
|
| 518 |
'patient_id':patient_id,
|
| 519 |
'scan_type':scan_type,
|
| 520 |
-
'
|
| 521 |
-
'
|
| 522 |
'image_path':image_path,
|
| 523 |
'mask_path':mask_path,
|
| 524 |
'metadata':image_overview,
|
|
|
|
| 517 |
return_dict = {
|
| 518 |
'patient_id':patient_id,
|
| 519 |
'scan_type':scan_type,
|
| 520 |
+
'image':image_array_standardized,
|
| 521 |
+
'mask':mask_array_standardized,
|
| 522 |
'image_path':image_path,
|
| 523 |
'mask_path':mask_path,
|
| 524 |
'metadata':image_overview,
|