jeffbbrown2 commited on
Commit
94409dd
·
verified ·
1 Parent(s): 9d9639e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -2
README.md CHANGED
@@ -1,6 +1,79 @@
1
  ---
2
  pretty_name: ConnectomeBench
3
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  configs:
5
  - config_name: fly, merge errors
6
  data_files:
@@ -11,7 +84,7 @@ configs:
11
  - split: train
12
  path: fly_split_error_annotations.jsonl
13
  - config_name: fly, segment classification
14
- data_files:
15
  - split: train
16
  path: fly_segment_annotations.jsonl
17
  - config_name: mouse, merge errors
@@ -23,7 +96,7 @@ configs:
23
  - split: train
24
  path: mouse_split_error_annotations.jsonl
25
  - config_name: mouse, segment classification
26
- data_files:
27
  - split: train
28
  path: mouse_segment_annotations.jsonl
29
  ---
 
1
  ---
2
  pretty_name: ConnectomeBench
3
  license: mit
4
+ dataset_info:
5
+ - config_name: fly, merge errors
6
+ features:
7
+ - name: option_1_front_path
8
+ dtype: image
9
+ - name: option_1_side_path
10
+ dtype: image
11
+ - name: option_1_top_path
12
+ dtype: image
13
+ - name: option_2_front_path
14
+ dtype: image
15
+ - name: option_2_side_path
16
+ dtype: image
17
+ - name: option_2_top_path
18
+ dtype: image
19
+ - config_name: fly, split errors
20
+ features:
21
+ - name: option_1_front_path
22
+ dtype: image
23
+ - name: option_1_side_path
24
+ dtype: image
25
+ - name: option_1_top_path
26
+ dtype: image
27
+ - name: option_2_front_path
28
+ dtype: image
29
+ - name: option_2_side_path
30
+ dtype: image
31
+ - name: option_2_top_path
32
+ dtype: image
33
+ - config_name: fly, segment classification
34
+ features:
35
+ - name: front_path
36
+ dtype: image
37
+ - name: side_path
38
+ dtype: image
39
+ - name: top_path
40
+ dtype: image
41
+ - config_name: mouse, merge errors
42
+ features:
43
+ - name: option_1_front_path
44
+ dtype: image
45
+ - name: option_1_side_path
46
+ dtype: image
47
+ - name: option_1_top_path
48
+ dtype: image
49
+ - name: option_2_front_path
50
+ dtype: image
51
+ - name: option_2_side_path
52
+ dtype: image
53
+ - name: option_2_top_path
54
+ dtype: image
55
+ - config_name: mouse, split errors
56
+ features:
57
+ - name: option_1_front_path
58
+ dtype: image
59
+ - name: option_1_side_path
60
+ dtype: image
61
+ - name: option_1_top_path
62
+ dtype: image
63
+ - name: option_2_front_path
64
+ dtype: image
65
+ - name: option_2_side_path
66
+ dtype: image
67
+ - name: option_2_top_path
68
+ dtype: image
69
+ - config_name: mouse, segment classification
70
+ features:
71
+ - name: front_path
72
+ dtype: image
73
+ - name: side_path
74
+ dtype: image
75
+ - name: top_path
76
+ dtype: image
77
  configs:
78
  - config_name: fly, merge errors
79
  data_files:
 
84
  - split: train
85
  path: fly_split_error_annotations.jsonl
86
  - config_name: fly, segment classification
87
+ data_files:
88
  - split: train
89
  path: fly_segment_annotations.jsonl
90
  - config_name: mouse, merge errors
 
96
  - split: train
97
  path: mouse_split_error_annotations.jsonl
98
  - config_name: mouse, segment classification
99
+ data_files:
100
  - split: train
101
  path: mouse_segment_annotations.jsonl
102
  ---