Update cell_benchmark.py
Browse files- 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 |
|