This repository has been archived by the owner on May 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
datasets.json
83 lines (83 loc) · 2.98 KB
/
datasets.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"boss": {},
"neuroglancer": {
"sample_organization": {
"fafb_v14": {
"layers": {
"image": {
"source": "gs://neuroglancer-fafb-data/fafb_v14/fafb_v14_orig",
"type": "image"
},
"clahe": {
"source": "gs://neuroglancer-fafb-data/fafb_v14/fafb_v14_clahe",
"type": "image"
},
"fafb-ffn1-20200412":{
"source":"gs://fafb-ffn1-20200412/segmentation",
"type":"segmentation"
}
}
},
"janelia_flyem_hemibrain": {
"layers": {
"emdata": {
"source": "gs://neuroglancer-janelia-flyem-hemibrain/emdata/clahe_yz/jpeg",
"type": "image"
},
"segmentation_v1_2": {
"source": "gs://neuroglancer-janelia-flyem-hemibrain/v1.2/segmentation",
"type": "segmentation"
}
}
},
"h01_20210601": {
"layers": {
"4nm_raw": {
"source": "gs://h01-release/data/20210601/4nm_raw",
"type": "image"
},
"c3": {
"source": "gs://h01-release/data/20210601/c3",
"type": "segmentation"
}
}
},
"microns_mm3_broken": {
"layers": {
"img65": {
"source": "s3://bossdb-open-data/iarpa_microns/minnie/minnie65/em",
"type": "image"
},
"seg65": {
"source": "gs://iarpa_microns/minnie/minnie65/seg",
"type": "segmentation"
}
}
},
"kasthuri2011": {
"layers": {
"corrected_image": {
"source": "gs://neuroglancer-public-data/kasthuri2011/image_color_corrected",
"type": "image"
},
"ground_truth": {
"source": "gs://neuroglancer-public-data/kasthuri2011/ground_truth",
"type": "segmentation"
}
}
},
"harris2015": {
"layers": {
"em": {
"source": "s3://open-neurodata/kharris15/apical/em",
"type": "image"
},
"anno": {
"source": "s3://open-neurodata/kharris15/apical/anno",
"type": "segmentation"
}
}
}
}
}
}