Datasets:
Sricharan Reddy Varra
commited on
Commit
·
0f5a19e
1
Parent(s):
a3b0db4
moved cell and pixel datasets to pixie directory
Browse files
ark_example.py
CHANGED
|
@@ -64,8 +64,8 @@ _URL_DATA = {
|
|
| 64 |
"image_data": "./data/image_data.zip",
|
| 65 |
"cell_table": "./data/segmentation/cell_table.zip",
|
| 66 |
"deepcell_output": "./data/segmentation/deepcell_output.zip",
|
| 67 |
-
"example_pixel_output_dir": "./data/
|
| 68 |
-
"example_cell_output_dir": "./data/
|
| 69 |
}
|
| 70 |
|
| 71 |
_URL_DATASET_CONFIGS = {
|
|
|
|
| 64 |
"image_data": "./data/image_data.zip",
|
| 65 |
"cell_table": "./data/segmentation/cell_table.zip",
|
| 66 |
"deepcell_output": "./data/segmentation/deepcell_output.zip",
|
| 67 |
+
"example_pixel_output_dir": "./data/pixie/example_pixel_output_dir.zip",
|
| 68 |
+
"example_cell_output_dir": "./data/pixie/example_cell_output_dir.zip",
|
| 69 |
}
|
| 70 |
|
| 71 |
_URL_DATASET_CONFIGS = {
|
data/{segmentation → pixie}/example_cell_output_dir.zip
RENAMED
|
File without changes
|
data/{segmentation → pixie}/example_pixel_output_dir.zip
RENAMED
|
File without changes
|