ziq commited on
Commit
a507f82
·
1 Parent(s): 831742d

Update rsna-atd.py

Browse files
Files changed (1) hide show
  1. rsna-atd.py +1 -0
rsna-atd.py CHANGED
@@ -84,6 +84,7 @@ class RSNAATD(datasets.GeneratorBasedBuilder):
84
  yield 0, {
85
  "test": images
86
  }
 
87
  for idx, data in enumerate(df.to_numpy()):
88
  # image, mask = [hkl.load(f"images/{data[0]}")], [hkl.load(f"masks/{data[0]}")]
89
  # (
 
84
  yield 0, {
85
  "test": images
86
  }
87
+ return
88
  for idx, data in enumerate(df.to_numpy()):
89
  # image, mask = [hkl.load(f"images/{data[0]}")], [hkl.load(f"masks/{data[0]}")]
90
  # (