ziq commited on
Commit
7dc8928
·
1 Parent(s): 042bfa9

Update RSNA-ATD2023.py

Browse files
Files changed (1) hide show
  1. 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"],