lqmeyers commited on
Commit
f6d56f6
·
verified ·
1 Parent(s): aaa9c52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +157 -144
README.md CHANGED
@@ -1,144 +1,157 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/train-*
8
- dataset_info:
9
- features:
10
- - name: rotated_masked
11
- dtype: image
12
- - name: unrotated_unmasked
13
- dtype: image
14
- - name: frame
15
- dtype: int64
16
- - name: det_id
17
- dtype: int64
18
- - name: score
19
- dtype: float64
20
- - name: video_name
21
- dtype: string
22
- - name: bbox_x
23
- dtype: float64
24
- - name: bbox_y
25
- dtype: float64
26
- - name: bbox_width
27
- dtype: float64
28
- - name: bbox_height
29
- dtype: float64
30
- - name: bbox_confidence
31
- dtype: float64
32
- - name: head_x
33
- dtype: float64
34
- - name: head_y
35
- dtype: float64
36
- - name: head_conf
37
- dtype: float64
38
- - name: head_visibility
39
- dtype: float64
40
- - name: neck_x
41
- dtype: float64
42
- - name: neck_y
43
- dtype: float64
44
- - name: neck_conf
45
- dtype: float64
46
- - name: neck_visibility
47
- dtype: float64
48
- - name: thorax_x
49
- dtype: float64
50
- - name: thorax_y
51
- dtype: float64
52
- - name: thorax_conf
53
- dtype: float64
54
- - name: thorax_visibility
55
- dtype: float64
56
- - name: waist_x
57
- dtype: float64
58
- - name: waist_y
59
- dtype: float64
60
- - name: waist_conf
61
- dtype: float64
62
- - name: waist_visibility
63
- dtype: float64
64
- - name: tail_x
65
- dtype: float64
66
- - name: tail_y
67
- dtype: float64
68
- - name: tail_conf
69
- dtype: float64
70
- - name: tail_visibility
71
- dtype: float64
72
- - name: waist_src
73
- dtype: string
74
- - name: angle_src
75
- dtype: string
76
- - name: track_id
77
- dtype: int64
78
- - name: cx
79
- dtype: float64
80
- - name: cy
81
- dtype: float64
82
- - name: angle
83
- dtype: float64
84
- - name: virtual
85
- dtype: bool
86
- - name: vx
87
- dtype: float64
88
- - name: vy
89
- dtype: float64
90
- - name: cost
91
- dtype: float64
92
- - name: pcx
93
- dtype: float64
94
- - name: pcy
95
- dtype: float64
96
- - name: pa
97
- dtype: float64
98
- - name: pvx
99
- dtype: float64
100
- - name: pvy
101
- dtype: float64
102
- - name: dorsal_len
103
- dtype: float64
104
- - name: crop_bee_scale
105
- dtype: float64
106
- - name: crop_filename
107
- dtype: string
108
- - name: global_track
109
- dtype: int64
110
- - name: unique_track_hash
111
- dtype: string
112
- - name: global_frame
113
- dtype: int64
114
- - name: unique_frame_hash
115
- dtype: string
116
- - name: date
117
- dtype: string
118
- - name: vid_num
119
- dtype: string
120
- - name: track_len
121
- dtype: int64
122
- - name: local_track
123
- dtype: int64
124
- - name: real_crop_filename
125
- dtype: string
126
- - name: new_filepath
127
- dtype: string
128
- - name: key
129
- dtype: int64
130
- - name: bee_id
131
- dtype: float64
132
- - name: video_key
133
- dtype: int64
134
- - name: is_track_ref
135
- dtype: bool
136
- - name: is_bee_id_ref
137
- dtype: bool
138
- splits:
139
- - name: train
140
- num_bytes: 2473472408
141
- num_examples: 9495
142
- download_size: 2212494206
143
- dataset_size: 2473472408
144
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ language:
9
+ - en
10
+ dataset_info:
11
+ features:
12
+ - name: rotated_masked
13
+ dtype: image
14
+ - name: unrotated_unmasked
15
+ dtype: image
16
+ - name: frame
17
+ dtype: int64
18
+ - name: det_id
19
+ dtype: int64
20
+ - name: score
21
+ dtype: float64
22
+ - name: video_name
23
+ dtype: string
24
+ - name: bbox_x
25
+ dtype: float64
26
+ - name: bbox_y
27
+ dtype: float64
28
+ - name: bbox_width
29
+ dtype: float64
30
+ - name: bbox_height
31
+ dtype: float64
32
+ - name: bbox_confidence
33
+ dtype: float64
34
+ - name: head_x
35
+ dtype: float64
36
+ - name: head_y
37
+ dtype: float64
38
+ - name: head_conf
39
+ dtype: float64
40
+ - name: head_visibility
41
+ dtype: float64
42
+ - name: neck_x
43
+ dtype: float64
44
+ - name: neck_y
45
+ dtype: float64
46
+ - name: neck_conf
47
+ dtype: float64
48
+ - name: neck_visibility
49
+ dtype: float64
50
+ - name: thorax_x
51
+ dtype: float64
52
+ - name: thorax_y
53
+ dtype: float64
54
+ - name: thorax_conf
55
+ dtype: float64
56
+ - name: thorax_visibility
57
+ dtype: float64
58
+ - name: waist_x
59
+ dtype: float64
60
+ - name: waist_y
61
+ dtype: float64
62
+ - name: waist_conf
63
+ dtype: float64
64
+ - name: waist_visibility
65
+ dtype: float64
66
+ - name: tail_x
67
+ dtype: float64
68
+ - name: tail_y
69
+ dtype: float64
70
+ - name: tail_conf
71
+ dtype: float64
72
+ - name: tail_visibility
73
+ dtype: float64
74
+ - name: waist_src
75
+ dtype: string
76
+ - name: angle_src
77
+ dtype: string
78
+ - name: track_id
79
+ dtype: int64
80
+ - name: cx
81
+ dtype: float64
82
+ - name: cy
83
+ dtype: float64
84
+ - name: angle
85
+ dtype: float64
86
+ - name: virtual
87
+ dtype: bool
88
+ - name: vx
89
+ dtype: float64
90
+ - name: vy
91
+ dtype: float64
92
+ - name: cost
93
+ dtype: float64
94
+ - name: pcx
95
+ dtype: float64
96
+ - name: pcy
97
+ dtype: float64
98
+ - name: pa
99
+ dtype: float64
100
+ - name: pvx
101
+ dtype: float64
102
+ - name: pvy
103
+ dtype: float64
104
+ - name: dorsal_len
105
+ dtype: float64
106
+ - name: crop_bee_scale
107
+ dtype: float64
108
+ - name: crop_filename
109
+ dtype: string
110
+ - name: global_track
111
+ dtype: int64
112
+ - name: unique_track_hash
113
+ dtype: string
114
+ - name: global_frame
115
+ dtype: int64
116
+ - name: unique_frame_hash
117
+ dtype: string
118
+ - name: date
119
+ dtype: string
120
+ - name: vid_num
121
+ dtype: string
122
+ - name: track_len
123
+ dtype: int64
124
+ - name: local_track
125
+ dtype: int64
126
+ - name: real_crop_filename
127
+ dtype: string
128
+ - name: new_filepath
129
+ dtype: string
130
+ - name: key
131
+ dtype: int64
132
+ - name: bee_id
133
+ dtype: float64
134
+ - name: video_key
135
+ dtype: int64
136
+ - name: is_track_ref
137
+ dtype: bool
138
+ - name: is_bee_id_ref
139
+ dtype: bool
140
+ splits:
141
+ - name: train
142
+ num_bytes: 2473472408
143
+ num_examples: 9495
144
+ download_size: 2212494206
145
+ dataset_size: 2473472408
146
+ task_categories:
147
+ - image-classification
148
+ tags:
149
+ - insects
150
+ - re-identification
151
+ - animals
152
+ pretty_name: Re-Identification of Red Painted Honey Bees
153
+
154
+
155
+
156
+
157
+ ---