ziq commited on
Commit
116859a
·
1 Parent(s): 21bfe6f

Update rsna-atd.py

Browse files
Files changed (1) hide show
  1. rsna-atd.py +1 -1
rsna-atd.py CHANGED
@@ -82,7 +82,7 @@ class RSNAATD(datasets.GeneratorBasedBuilder):
82
  df = pd.read_csv(metadata)
83
 
84
  for idx, ((image_path), (mask_path)) in enumerate(zip(images, masks)):
85
- row = df.loc[df["path"] == image_path.lower().replace("images/", "")]
86
 
87
  yield idx, {
88
  "image_path": image_path,
 
82
  df = pd.read_csv(metadata)
83
 
84
  for idx, ((image_path), (mask_path)) in enumerate(zip(images, masks)):
85
+ # row = df.loc[df["path"] == image_path.lower().replace("images/", "")]
86
 
87
  yield idx, {
88
  "image_path": image_path,