Datasets:
Tasks:
Image Segmentation
Modalities:
Image
Sub-tasks:
semantic-segmentation
Languages:
English
Size:
10K - 100K
License:
Update RSNA-ATD2023.py
Browse files- RSNA-ATD2023.py +1 -1
RSNA-ATD2023.py
CHANGED
@@ -68,7 +68,7 @@ class RSNAATD(datasets.GeneratorBasedBuilder):
|
|
68 |
zip(images, masks)
|
69 |
):
|
70 |
row = df.loc[df["path"] == image_path.lower()]
|
71 |
-
|
72 |
yield idx, {
|
73 |
"patient_id": row["patient_id"],
|
74 |
"series_id": row["series_id"],
|
|
|
68 |
zip(images, masks)
|
69 |
):
|
70 |
row = df.loc[df["path"] == image_path.lower()]
|
71 |
+
print(row)
|
72 |
yield idx, {
|
73 |
"patient_id": row["patient_id"],
|
74 |
"series_id": row["series_id"],
|