Datasets:
changed key name to reflect relative path
Browse files- ark_example.py +2 -2
ark_example.py
CHANGED
@@ -59,8 +59,8 @@ _URL_DATASET_CONFIGS = {
|
|
59 |
"nb1": {"image_data": _URL_DATA["image_data"]},
|
60 |
"nb2": {
|
61 |
"image_data": _URL_DATA["image_data"],
|
62 |
-
"cell_table": _URL_DATA["cell_table"],
|
63 |
-
"deepcell_output": _URL_DATA["deepcell_output"],
|
64 |
},
|
65 |
}
|
66 |
|
|
|
59 |
"nb1": {"image_data": _URL_DATA["image_data"]},
|
60 |
"nb2": {
|
61 |
"image_data": _URL_DATA["image_data"],
|
62 |
+
"segmentation/cell_table": _URL_DATA["cell_table"],
|
63 |
+
"segmentation/deepcell_output": _URL_DATA["deepcell_output"],
|
64 |
},
|
65 |
}
|
66 |
|