Datasets:
URL_DATASET_CONFIGS name fix
Browse files- ark_example.py +1 -1
ark_example.py
CHANGED
@@ -61,7 +61,7 @@ _URL_DATASET_CONFIGS = {
|
|
61 |
"nb3": {
|
62 |
"image_data": _URL_DATA["image_data"],
|
63 |
"cell_table": _URL_DATA["cell_table"],
|
64 |
-
"
|
65 |
"example_pixel_output_dir": _URL_DATA["example_pixel_output_dir"]
|
66 |
}
|
67 |
}
|
|
|
61 |
"nb3": {
|
62 |
"image_data": _URL_DATA["image_data"],
|
63 |
"cell_table": _URL_DATA["cell_table"],
|
64 |
+
"deepcell_output": _URL_DATA["deepcell_output"],
|
65 |
"example_pixel_output_dir": _URL_DATA["example_pixel_output_dir"]
|
66 |
}
|
67 |
}
|