Spaces:
Sleeping
Sleeping
Update medical_pipeline.py
Browse files- medical_pipeline.py +1 -1
medical_pipeline.py
CHANGED
|
@@ -152,6 +152,6 @@ class MedicalPipeline:
|
|
| 152 |
elif keys == 'KiTS2019':
|
| 153 |
label = self.map_to_classes(label, 2)
|
| 154 |
|
| 155 |
-
return image, label
|
| 156 |
|
| 157 |
|
|
|
|
| 152 |
elif keys == 'KiTS2019':
|
| 153 |
label = self.map_to_classes(label, 2)
|
| 154 |
|
| 155 |
+
return image, label
|
| 156 |
|
| 157 |
|