jeffbbrown2 commited on
Commit
c03d7f5
·
verified ·
1 Parent(s): d9e2be4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -202
README.md CHANGED
@@ -1,204 +1,2 @@
1
- ---
2
- pretty_name: ConnectomeBench
3
- license: mit
4
- dataset_info:
5
- - config_name: fly, merge errors
6
- features:
7
- - name: operation_id
8
- dtype: int64
9
- - name: timestamp
10
- dtype: int64
11
- - name: split_coords
12
- list: float64
13
- - name: option_1_neuron_id
14
- dtype: string
15
- - name: option_1_front_path
16
- dtype: image
17
- - name: option_1_side_path
18
- dtype: image
19
- - name: option_1_top_path
20
- dtype: image
21
- - name: option_2_neuron_id
22
- dtype: string
23
- - name: option_2_front_path
24
- dtype: image
25
- - name: option_2_side_path
26
- dtype: image
27
- - name: option_2_top_path
28
- dtype: image
29
- - name: neuron_with_merge_error
30
- dtype: string
31
- - config_name: fly, split errors
32
- features:
33
- - name: operation_id
34
- dtype: int64
35
- - name: timestamp
36
- dtype: int64
37
- - name: merge_coords
38
- list: float64
39
- - name: neuron_id
40
- dtype: string
41
- - name: one_valid_option
42
- dtype: bool
43
- - name: option_1_neuron_id
44
- dtype: string
45
- - name: option_1_front_path
46
- dtype: image
47
- - name: option_1_side_path
48
- dtype: image
49
- - name: option_1_top_path
50
- dtype: image
51
- - name: option_2_neuron_id
52
- dtype: string
53
- - name: option_2_front_path
54
- dtype: image
55
- - name: option_2_side_path
56
- dtype: image
57
- - name: option_2_top_path
58
- dtype: image
59
- - name: correct_neuron_id
60
- dtype: string
61
- - config_name: mouse, merge errors
62
- features:
63
- - name: operation_id
64
- dtype: int64
65
- - name: timestamp
66
- dtype: int64
67
- - name: split_coords
68
- list: float64
69
- - name: option_1_neuron_id
70
- dtype: string
71
- - name: option_1_front_path
72
- dtype: image
73
- - name: option_1_side_path
74
- dtype: image
75
- - name: option_1_top_path
76
- dtype: image
77
- - name: option_2_neuron_id
78
- dtype: string
79
- - name: option_2_front_path
80
- dtype: image
81
- - name: option_2_side_path
82
- dtype: image
83
- - name: option_2_top_path
84
- dtype: image
85
- - name: neuron_with_merge_error
86
- dtype: string
87
- - config_name: mouse, split errors
88
- features:
89
- - name: operation_id
90
- dtype: int64
91
- - name: timestamp
92
- dtype: int64
93
- - name: merge_coords
94
- list: float64
95
- - name: neuron_id
96
- dtype: string
97
- - name: one_valid_option
98
- dtype: bool
99
- - name: option_1_neuron_id
100
- dtype: string
101
- - name: option_1_front_path
102
- dtype: image
103
- - name: option_1_side_path
104
- dtype: image
105
- - name: option_1_top_path
106
- dtype: image
107
- - name: option_2_neuron_id
108
- dtype: string
109
- - name: option_2_front_path
110
- dtype: image
111
- - name: option_2_side_path
112
- dtype: image
113
- - name: option_2_top_path
114
- dtype: image
115
- - name: correct_neuron_id
116
- dtype: string
117
- - config_name: fly, segment classification
118
- features:
119
- - name: proofread_root_id
120
- dtype: string
121
- - name: current_root_id
122
- dtype: string
123
- - name: species
124
- dtype: string
125
- - name: xmin
126
- dtype: float64
127
- - name: ymin
128
- dtype: float64
129
- - name: zmin
130
- dtype: float64
131
- - name: xmax
132
- dtype: float64
133
- - name: ymax
134
- dtype: float64
135
- - name: zmax
136
- dtype: float64
137
- - name: unit
138
- dtype: string
139
- - name: front_path
140
- dtype: image
141
- - name: side_path
142
- dtype: image
143
- - name: top_path
144
- dtype: image
145
- - name: class
146
- dtype: string
147
- - config_name: mouse, segment classification
148
- features:
149
- - name: proofread_root_id
150
- dtype: string
151
- - name: current_root_id
152
- dtype: string
153
- - name: species
154
- dtype: string
155
- - name: xmin
156
- dtype: float64
157
- - name: ymin
158
- dtype: float64
159
- - name: zmin
160
- dtype: float64
161
- - name: xmax
162
- dtype: float64
163
- - name: ymax
164
- dtype: float64
165
- - name: zmax
166
- dtype: float64
167
- - name: unit
168
- dtype: string
169
- - name: front_path
170
- dtype: image
171
- - name: side_path
172
- dtype: image
173
- - name: top_path
174
- dtype: image
175
- - name: class
176
- dtype: string
177
- configs:
178
- - config_name: fly, merge errors
179
- data_files:
180
- - split: train
181
- path: fly_merge_error_annotations.jsonl
182
- - config_name: fly, split errors
183
- data_files:
184
- - split: train
185
- path: fly_split_error_annotations.jsonl
186
- - config_name: fly, segment classification
187
- data_files:
188
- - split: train
189
- path: fly_segment_annotations.jsonl
190
- - config_name: mouse, merge errors
191
- data_files:
192
- - split: train
193
- path: mouse_merge_error_annotations.jsonl
194
- - config_name: mouse, split errors
195
- data_files:
196
- - split: train
197
- path: mouse_split_error_annotations.jsonl
198
- - config_name: mouse, segment classification
199
- data_files:
200
- - split: train
201
- path: mouse_segment_annotations.jsonl
202
- ---
203
 
204
  Access to the code necessary to run the benchmark is available at https://github.com/jffbrwn2/ConnectomeBench.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  Access to the code necessary to run the benchmark is available at https://github.com/jffbrwn2/ConnectomeBench.