alkzar90 commited on
Commit
5fcb77c
1 Parent(s): 64e25d3

Update cell_benchmark.py

Browse files
Files changed (1) hide show
  1. cell_benchmark.py +0 -1
cell_benchmark.py CHANGED
@@ -78,7 +78,6 @@ class Cellsegmentation(datasets.GeneratorBasedBuilder):
78
  yield i, {
79
  "image": path[0],
80
  "masks": path[1],
81
- "path": path,
82
  }
83
 
84
 
 
78
  yield i, {
79
  "image": path[0],
80
  "masks": path[1],
 
81
  }
82
 
83