Datasets:
added datasets for nb3
Browse files
ark_example.py
CHANGED
@@ -48,6 +48,7 @@ _URL_DATA = {
|
|
48 |
"image_data": "./data/image_data.zip",
|
49 |
"cell_table": "./data/segmentation/cell_table.zip",
|
50 |
"deepcell_output": "./data/segmentation/deepcell_output.zip",
|
|
|
51 |
}
|
52 |
|
53 |
_URL_DATASET_CONFIGS = {
|
@@ -57,6 +58,12 @@ _URL_DATASET_CONFIGS = {
|
|
57 |
"cell_table": _URL_DATA["cell_table"],
|
58 |
"deepcell_output": _URL_DATA["deepcell_output"],
|
59 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
}
|
61 |
|
62 |
|
|
|
48 |
"image_data": "./data/image_data.zip",
|
49 |
"cell_table": "./data/segmentation/cell_table.zip",
|
50 |
"deepcell_output": "./data/segmentation/deepcell_output.zip",
|
51 |
+
"example_pixel_output_dir": "./data/segmentation/example_pixel_output_dir.zip"
|
52 |
}
|
53 |
|
54 |
_URL_DATASET_CONFIGS = {
|
|
|
58 |
"cell_table": _URL_DATA["cell_table"],
|
59 |
"deepcell_output": _URL_DATA["deepcell_output"],
|
60 |
},
|
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 |
}
|
68 |
|
69 |
|
data/segmentation/example_pixel_output_dir.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21bdde718f33f1500b3f9833afc5df79db182488b3c71655a6641f95f2d0b9c6
|
3 |
+
size 1462187978
|