Euniceyeee commited on
Commit
064ce07
1 Parent(s): 4d0199a

Update kidney-ct-abnormality.py

Browse files
Files changed (1) hide show
  1. kidney-ct-abnormality.py +1 -2
kidney-ct-abnormality.py CHANGED
@@ -89,8 +89,7 @@ class KidneyCTAbnormality(datasets.GeneratorBasedBuilder):
89
  img_path = os.path.join(
90
  download_path,
91
  meta["split"],
92
- meta["abnormality"],
93
- meta["file_name"],
94
  )
95
  yield i, {
96
  "image": img_path,
 
89
  img_path = os.path.join(
90
  download_path,
91
  meta["split"],
92
+ meta["image"]
 
93
  )
94
  yield i, {
95
  "image": img_path,