phamtrongthang commited on
Commit
0de71b3
·
verified ·
1 Parent(s): 6005a15

Initial upload: CattleFace-RGBT dataset with corrected annotations

Browse files
README.md ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - keypoint-detection
5
+ - image-classification
6
+ tags:
7
+ - cattle
8
+ - thermal-imaging
9
+ - livestock
10
+ - animal-welfare
11
+ - fever-detection
12
+ - precision-agriculture
13
+ - RGB-Thermal
14
+ - facial-landmarks
15
+ - temperature-estimation
16
+ size_categories:
17
+ - 1K<n<10K
18
+ language:
19
+ - en
20
+ pretty_name: CattleFace-RGBT
21
+ ---
22
+
23
+ # CattleFace-RGBT: Cattle Facial Landmark Dataset with RGB-Thermal Imagery
24
+
25
+ ## Dataset Description
26
+
27
+ CattleFace-RGBT is the first publicly available multimodal dataset featuring paired frontal-view RGB and thermal facial images of cattle, annotated with 13 facial keypoints and associated ground-truth rectal temperature measurements. The dataset was developed to support research in automated cattle fever estimation and precision livestock farming.
28
+
29
+ **Paper:** [CattleFever: An automated cattle fever estimation system](https://doi.org/10.1016/j.atech.2025.101434)
30
+ **Published in:** Smart Agricultural Technology, Volume 12, 2025
31
+
32
+ ## Dataset Summary
33
+
34
+ | Component | Count |
35
+ |-----------|-------|
36
+ | RGB images (annotated) | 1,890 |
37
+ | Thermal JPG images (annotated, colorized) | 2,611 |
38
+ | Raw thermal TIFF frames | 30,954 |
39
+ | Thermal videos (.mp4) | 51 |
40
+ | Unique cattle | 108 |
41
+ | Cattle with temperature readings | 29 |
42
+ | Facial keypoints per image | 13 |
43
+ | Recording dates | 3 (Feb 1, Feb 6, Feb 13) |
44
+
45
+ ## Dataset Structure
46
+
47
+ ```
48
+ CattleFace-RGBT/
49
+ ├── README.md
50
+ ├── rgb/ # RGB images organized by folder
51
+ │ ├── 1/
52
+ │ ├── 17/
53
+ │ ├── 25/
54
+ │ ├── 50/
55
+ │ └── 64/
56
+ ├── thermal/ # Colorized thermal JPG images
57
+ │ ├── 1/
58
+ │ ├── 2/
59
+ │ ├── 17/
60
+ │ ├── 25/
61
+ │ ├── 50/
62
+ │ └── 64/
63
+ ├── thermal_raw/ # Raw thermal TIFF frames (temperature data)
64
+ │ ├── 02_01/ # Feb 1 recording session
65
+ │ ├── 02_06/ # Feb 6 recording session
66
+ │ └── 02_13/ # Feb 13 recording session
67
+ └── annotations/
68
+ ├── rgb_keypoints.json # COCO-format keypoint annotations for RGB
69
+ ├── thermal_keypoints.json # COCO-format keypoint annotations for thermal
70
+ ├── metadata.csv # Cow ID, temperature, and data mapping
71
+ └── cow_mapping.json # Sequence number → cow tag ID mapping
72
+ ```
73
+
74
+ ## Annotation Format
75
+
76
+ Annotations follow the COCO keypoint format:
77
+
78
+ ### Images
79
+ ```json
80
+ {
81
+ "id": 0,
82
+ "file_name": "rgb/1/00001.jpg",
83
+ "width": 2560,
84
+ "height": 1440,
85
+ "folder": "1",
86
+ "frame_id": "00001"
87
+ }
88
+ ```
89
+
90
+ ### Annotations
91
+ ```json
92
+ {
93
+ "id": 0,
94
+ "image_id": 0,
95
+ "category_id": 1,
96
+ "keypoints": [x1, y1, v1, x2, y2, v2, ...],
97
+ "num_keypoints": 13,
98
+ "bbox": [x, y, width, height],
99
+ "area": 123456,
100
+ "iscrowd": 0
101
+ }
102
+ ```
103
+
104
+ ### 13 Facial Keypoints
105
+
106
+ | Index | Name | Description |
107
+ |-------|------|-------------|
108
+ | 1 | left_ear_base | Base of left ear |
109
+ | 2 | left_ear_middle | Middle of left ear |
110
+ | 3 | left_ear_tip | Tip of left ear |
111
+ | 4 | poll | Top of head (poll) |
112
+ | 5 | right_ear_base | Base of right ear |
113
+ | 6 | right_ear_middle | Middle of right ear |
114
+ | 7 | right_ear_tip | Tip of right ear |
115
+ | 8 | left_eye | Left eye |
116
+ | 9 | right_eye | Right eye |
117
+ | 10 | muzzle | Center of muzzle |
118
+ | 11 | left_nostril | Left nostril |
119
+ | 12 | right_nostril | Right nostril |
120
+ | 13 | mouth | Mouth |
121
+
122
+ Visibility flag: `0` = not labeled, `2` = labeled and visible.
123
+
124
+ ## Raw Thermal Data
125
+
126
+ The `thermal_raw/` directory contains raw TIFF frames from the ICI FMX 400 thermal camera (384 x 288 pixels). Each pixel contains a temperature value in Celsius. These files can be read with:
127
+
128
+ ```python
129
+ from PIL import Image
130
+ import numpy as np
131
+
132
+ tiff = Image.open("thermal_raw/02_01/0001_Video_Frame_1.tiff")
133
+ temp_array = np.array(tiff) # Temperature values in Celsius
134
+ ```
135
+
136
+ TIFF filenames follow the pattern: `{sequence_num}_Video_Frame_{frame_num}.tiff`
137
+
138
+ Use `cow_mapping.json` to map sequence numbers to cow tag IDs and temperatures.
139
+
140
+ ## Temperature Data
141
+
142
+ Ground-truth rectal temperatures (in Fahrenheit) are available for 29 cattle across 3 recording sessions. The mapping is provided in `metadata.csv` and `cow_mapping.json`.
143
+
144
+ ## Data Collection
145
+
146
+ Data was collected at the Arkansas Agricultural Experiment Station, Savoy Research Complex, Beef Cattle Research Area, in partnership with the University of Arkansas. The setup used:
147
+
148
+ - **RGB camera:** Standard webcam (2560 x 1440 resolution)
149
+ - **Thermal camera:** ICI FMX 400 (384 x 288 pixel resolution, 50 Hz frame rate, < 0.03°C thermal sensitivity)
150
+ - **Temperature:** Rectal thermometer (ground truth)
151
+
152
+ Each calf was guided into a cattle squeeze chute for ~20 seconds of synchronized RGB and thermal video recording.
153
+
154
+ ## Supported Tasks
155
+
156
+ 1. **Cattle facial landmark detection** — Detect 13 keypoints on cattle faces
157
+ 2. **Cattle face detection** — Detect and localize cattle faces using bounding boxes
158
+ 3. **Core body temperature estimation** — Predict rectal temperature from thermal facial features
159
+
160
+ ## Recommended Splits
161
+
162
+ As described in the paper:
163
+ - **Keypoint detection:** 70% train / 30% test (random split)
164
+ - **Temperature estimation:** 80% train / 20% test
165
+
166
+ ## Citation
167
+
168
+ ```bibtex
169
+ @article{pham2025cattlefever,
170
+ title={CattleFever: An automated cattle fever estimation system},
171
+ author={Pham, Trong Thang and Coffman, Ethan and Kegley, Beth and Powell, Jeremy G. and Zhao, Jiangchao and Le, Ngan},
172
+ journal={Smart Agricultural Technology},
173
+ volume={12},
174
+ pages={101434},
175
+ year={2025},
176
+ publisher={Elsevier},
177
+ doi={10.1016/j.atech.2025.101434}
178
+ }
179
+ ```
180
+
181
+ ## License
182
+
183
+ This dataset is released under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
184
+
185
+ ## Contact
186
+
187
+ For questions about this dataset, please contact:
188
+ - Trong Thang Pham (tp030@uark.edu) — AICV Lab, University of Arkansas
annotations/cow_mapping.json ADDED
@@ -0,0 +1,440 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "02_01": {
3
+ "0001": {
4
+ "cow_tag": "1103",
5
+ "temperature_f": 103.1
6
+ },
7
+ "0002": {
8
+ "cow_tag": "1099",
9
+ "temperature_f": 105.0
10
+ },
11
+ "0006": {
12
+ "cow_tag": "1061",
13
+ "temperature_f": 107.4
14
+ },
15
+ "0007": {
16
+ "cow_tag": "1035",
17
+ "temperature_f": 107.1
18
+ },
19
+ "0008": {
20
+ "cow_tag": "1032",
21
+ "temperature_f": 103.4
22
+ },
23
+ "0009": {
24
+ "cow_tag": "1081",
25
+ "temperature_f": 104.1
26
+ },
27
+ "0010": {
28
+ "cow_tag": "1078",
29
+ "temperature_f": 105.1
30
+ },
31
+ "0011": {
32
+ "cow_tag": "1063",
33
+ "temperature_f": 107.1
34
+ },
35
+ "0012": {
36
+ "cow_tag": "1065",
37
+ "temperature_f": 104.1
38
+ },
39
+ "0013": {
40
+ "cow_tag": "1092",
41
+ "temperature_f": 102.3
42
+ }
43
+ },
44
+ "02_06": {
45
+ "0001": {
46
+ "cow_tag": "1078",
47
+ "temperature_f": 105.2
48
+ },
49
+ "0002": {
50
+ "cow_tag": "1125",
51
+ "temperature_f": 106.6
52
+ }
53
+ },
54
+ "02_13": {
55
+ "0001": {
56
+ "cow_tag": "1090",
57
+ "temperature_f": null
58
+ },
59
+ "0002": {
60
+ "cow_tag": "1115",
61
+ "temperature_f": 103.9
62
+ },
63
+ "0003": {
64
+ "cow_tag": "1119",
65
+ "temperature_f": null
66
+ },
67
+ "0004": {
68
+ "cow_tag": "1080",
69
+ "temperature_f": 102.6
70
+ },
71
+ "0005": {
72
+ "cow_tag": "1086",
73
+ "temperature_f": null
74
+ },
75
+ "0006": {
76
+ "cow_tag": "1070",
77
+ "temperature_f": null
78
+ },
79
+ "0007": {
80
+ "cow_tag": "1101",
81
+ "temperature_f": null
82
+ },
83
+ "0008": {
84
+ "cow_tag": "1053",
85
+ "temperature_f": null
86
+ },
87
+ "0009": {
88
+ "cow_tag": "1062",
89
+ "temperature_f": null
90
+ },
91
+ "0010": {
92
+ "cow_tag": "1056",
93
+ "temperature_f": null
94
+ },
95
+ "0011": {
96
+ "cow_tag": "1123",
97
+ "temperature_f": null
98
+ },
99
+ "0012": {
100
+ "cow_tag": "1055",
101
+ "temperature_f": null
102
+ },
103
+ "0013": {
104
+ "cow_tag": "1124",
105
+ "temperature_f": null
106
+ },
107
+ "0014": {
108
+ "cow_tag": "1095",
109
+ "temperature_f": 103.0
110
+ },
111
+ "0015": {
112
+ "cow_tag": "1106",
113
+ "temperature_f": null
114
+ },
115
+ "0016": {
116
+ "cow_tag": "1121",
117
+ "temperature_f": null
118
+ },
119
+ "0017": {
120
+ "cow_tag": "1063",
121
+ "temperature_f": null
122
+ },
123
+ "0018": {
124
+ "cow_tag": "1078",
125
+ "temperature_f": 103.9
126
+ },
127
+ "0019": {
128
+ "cow_tag": "1110",
129
+ "temperature_f": null
130
+ },
131
+ "0020": {
132
+ "cow_tag": "1108",
133
+ "temperature_f": null
134
+ },
135
+ "0021": {
136
+ "cow_tag": "1127",
137
+ "temperature_f": null
138
+ },
139
+ "0022": {
140
+ "cow_tag": "1096",
141
+ "temperature_f": null
142
+ },
143
+ "0023": {
144
+ "cow_tag": "1091",
145
+ "temperature_f": 103.0
146
+ },
147
+ "0024": {
148
+ "cow_tag": "1045",
149
+ "temperature_f": 104.7
150
+ },
151
+ "0025": {
152
+ "cow_tag": "1087",
153
+ "temperature_f": null
154
+ },
155
+ "0026": {
156
+ "cow_tag": "1113",
157
+ "temperature_f": null
158
+ },
159
+ "0027": {
160
+ "cow_tag": "1120",
161
+ "temperature_f": 104.1
162
+ },
163
+ "0028": {
164
+ "cow_tag": "1049",
165
+ "temperature_f": null
166
+ },
167
+ "0029": {
168
+ "cow_tag": "1117",
169
+ "temperature_f": null
170
+ },
171
+ "0030": {
172
+ "cow_tag": "1064",
173
+ "temperature_f": null
174
+ },
175
+ "0031": {
176
+ "cow_tag": "1043",
177
+ "temperature_f": null
178
+ },
179
+ "0032": {
180
+ "cow_tag": "1125",
181
+ "temperature_f": 103.8
182
+ },
183
+ "0033": {
184
+ "cow_tag": "1037",
185
+ "temperature_f": null
186
+ },
187
+ "0034": {
188
+ "cow_tag": "1048",
189
+ "temperature_f": null
190
+ },
191
+ "0035": {
192
+ "cow_tag": "1097",
193
+ "temperature_f": 102.5
194
+ },
195
+ "0036": {
196
+ "cow_tag": "1047",
197
+ "temperature_f": null
198
+ },
199
+ "0037": {
200
+ "cow_tag": "1082",
201
+ "temperature_f": 102.4
202
+ },
203
+ "0038": {
204
+ "cow_tag": "1100",
205
+ "temperature_f": null
206
+ },
207
+ "0039": {
208
+ "cow_tag": "1040",
209
+ "temperature_f": null
210
+ },
211
+ "0040": {
212
+ "cow_tag": "1116",
213
+ "temperature_f": null
214
+ },
215
+ "0041": {
216
+ "cow_tag": "1105",
217
+ "temperature_f": null
218
+ },
219
+ "0042": {
220
+ "cow_tag": "1085",
221
+ "temperature_f": 103.1
222
+ },
223
+ "0043": {
224
+ "cow_tag": "1084",
225
+ "temperature_f": null
226
+ },
227
+ "0044": {
228
+ "cow_tag": "1112",
229
+ "temperature_f": null
230
+ },
231
+ "0045": {
232
+ "cow_tag": "1058",
233
+ "temperature_f": null
234
+ },
235
+ "0046": {
236
+ "cow_tag": "1031",
237
+ "temperature_f": null
238
+ },
239
+ "0047": {
240
+ "cow_tag": "1083",
241
+ "temperature_f": null
242
+ },
243
+ "0048": {
244
+ "cow_tag": "1089",
245
+ "temperature_f": 104.2
246
+ },
247
+ "0049": {
248
+ "cow_tag": "1069",
249
+ "temperature_f": null
250
+ },
251
+ "0050": {
252
+ "cow_tag": "1036",
253
+ "temperature_f": null
254
+ },
255
+ "0051": {
256
+ "cow_tag": "1122",
257
+ "temperature_f": null
258
+ },
259
+ "0052": {
260
+ "cow_tag": "1107",
261
+ "temperature_f": null
262
+ },
263
+ "0053": {
264
+ "cow_tag": "1118",
265
+ "temperature_f": null
266
+ },
267
+ "0054": {
268
+ "cow_tag": "1094",
269
+ "temperature_f": 103.4
270
+ },
271
+ "0055": {
272
+ "cow_tag": "1034",
273
+ "temperature_f": null
274
+ },
275
+ "0056": {
276
+ "cow_tag": "1077",
277
+ "temperature_f": null
278
+ },
279
+ "0057": {
280
+ "cow_tag": "1092",
281
+ "temperature_f": null
282
+ },
283
+ "0058": {
284
+ "cow_tag": "1074",
285
+ "temperature_f": null
286
+ },
287
+ "0059": {
288
+ "cow_tag": "1054",
289
+ "temperature_f": null
290
+ },
291
+ "0060": {
292
+ "cow_tag": "1072",
293
+ "temperature_f": null
294
+ },
295
+ "0061": {
296
+ "cow_tag": "1111",
297
+ "temperature_f": null
298
+ },
299
+ "0062": {
300
+ "cow_tag": "1109",
301
+ "temperature_f": null
302
+ },
303
+ "0063": {
304
+ "cow_tag": "1042",
305
+ "temperature_f": null
306
+ },
307
+ "0064": {
308
+ "cow_tag": "1059",
309
+ "temperature_f": null
310
+ },
311
+ "0065": {
312
+ "cow_tag": "1067",
313
+ "temperature_f": null
314
+ },
315
+ "0066": {
316
+ "cow_tag": "1088",
317
+ "temperature_f": null
318
+ },
319
+ "0067": {
320
+ "cow_tag": "1066",
321
+ "temperature_f": null
322
+ },
323
+ "0068": {
324
+ "cow_tag": "1032",
325
+ "temperature_f": null
326
+ },
327
+ "0069": {
328
+ "cow_tag": "1098",
329
+ "temperature_f": null
330
+ },
331
+ "0070": {
332
+ "cow_tag": "1035",
333
+ "temperature_f": null
334
+ },
335
+ "0071": {
336
+ "cow_tag": "1046",
337
+ "temperature_f": null
338
+ },
339
+ "0072": {
340
+ "cow_tag": "1081",
341
+ "temperature_f": null
342
+ },
343
+ "0073": {
344
+ "cow_tag": "1039",
345
+ "temperature_f": null
346
+ },
347
+ "0074": {
348
+ "cow_tag": "1114",
349
+ "temperature_f": null
350
+ },
351
+ "0075": {
352
+ "cow_tag": "1102",
353
+ "temperature_f": null
354
+ },
355
+ "0076": {
356
+ "cow_tag": "1075",
357
+ "temperature_f": null
358
+ },
359
+ "0077": {
360
+ "cow_tag": "1038",
361
+ "temperature_f": null
362
+ },
363
+ "0078": {
364
+ "cow_tag": "1052",
365
+ "temperature_f": null
366
+ },
367
+ "0079": {
368
+ "cow_tag": "1060",
369
+ "temperature_f": null
370
+ },
371
+ "0080": {
372
+ "cow_tag": "1099",
373
+ "temperature_f": null
374
+ },
375
+ "0082": {
376
+ "cow_tag": "1061",
377
+ "temperature_f": null
378
+ },
379
+ "0083": {
380
+ "cow_tag": "1050",
381
+ "temperature_f": null
382
+ },
383
+ "0084": {
384
+ "cow_tag": "1079",
385
+ "temperature_f": null
386
+ },
387
+ "0085": {
388
+ "cow_tag": "1103",
389
+ "temperature_f": null
390
+ },
391
+ "0086": {
392
+ "cow_tag": "1104",
393
+ "temperature_f": 103.7
394
+ },
395
+ "0087": {
396
+ "cow_tag": "1068",
397
+ "temperature_f": null
398
+ },
399
+ "0088": {
400
+ "cow_tag": "1071",
401
+ "temperature_f": null
402
+ },
403
+ "0089": {
404
+ "cow_tag": "1051",
405
+ "temperature_f": null
406
+ },
407
+ "0090": {
408
+ "cow_tag": "1057",
409
+ "temperature_f": 102.7
410
+ },
411
+ "0091": {
412
+ "cow_tag": "1076",
413
+ "temperature_f": 102.7
414
+ },
415
+ "0092": {
416
+ "cow_tag": "1128",
417
+ "temperature_f": null
418
+ },
419
+ "0093": {
420
+ "cow_tag": "1093",
421
+ "temperature_f": null
422
+ },
423
+ "0094": {
424
+ "cow_tag": "1126",
425
+ "temperature_f": null
426
+ },
427
+ "0095": {
428
+ "cow_tag": "1044",
429
+ "temperature_f": null
430
+ },
431
+ "0096": {
432
+ "cow_tag": "1041",
433
+ "temperature_f": null
434
+ },
435
+ "0097": {
436
+ "cow_tag": "1065",
437
+ "temperature_f": 103.5
438
+ }
439
+ }
440
+ }
annotations/metadata.csv ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ date,sequence_num,cow_tag,temperature_f,has_raw_thermal
2
+ 02_01,0001,1103,103.1,yes
3
+ 02_01,0002,1099,105.0,yes
4
+ 02_01,0006,1061,107.4,yes
5
+ 02_01,0007,1035,107.1,yes
6
+ 02_01,0008,1032,103.4,yes
7
+ 02_01,0009,1081,104.1,yes
8
+ 02_01,0010,1078,105.1,yes
9
+ 02_01,0011,1063,107.1,yes
10
+ 02_01,0012,1065,104.1,yes
11
+ 02_01,0013,1092,102.3,yes
12
+ 02_06,0001,1078,105.2,yes
13
+ 02_06,0002,1125,106.6,yes
14
+ 02_13,0001,1090,,yes
15
+ 02_13,0002,1115,103.9,yes
16
+ 02_13,0003,1119,,yes
17
+ 02_13,0004,1080,102.6,yes
18
+ 02_13,0005,1086,,yes
19
+ 02_13,0006,1070,,yes
20
+ 02_13,0007,1101,,yes
21
+ 02_13,0008,1053,,yes
22
+ 02_13,0009,1062,,yes
23
+ 02_13,0010,1056,,yes
24
+ 02_13,0011,1123,,yes
25
+ 02_13,0012,1055,,yes
26
+ 02_13,0013,1124,,yes
27
+ 02_13,0014,1095,103.0,yes
28
+ 02_13,0015,1106,,yes
29
+ 02_13,0016,1121,,yes
30
+ 02_13,0017,1063,,yes
31
+ 02_13,0018,1078,103.9,yes
32
+ 02_13,0019,1110,,yes
33
+ 02_13,0020,1108,,yes
34
+ 02_13,0021,1127,,yes
35
+ 02_13,0022,1096,,yes
36
+ 02_13,0023,1091,103.0,yes
37
+ 02_13,0024,1045,104.7,yes
38
+ 02_13,0025,1087,,yes
39
+ 02_13,0026,1113,,yes
40
+ 02_13,0027,1120,104.1,yes
41
+ 02_13,0028,1049,,yes
42
+ 02_13,0029,1117,,yes
43
+ 02_13,0030,1064,,yes
44
+ 02_13,0031,1043,,yes
45
+ 02_13,0032,1125,103.8,yes
46
+ 02_13,0033,1037,,yes
47
+ 02_13,0034,1048,,yes
48
+ 02_13,0035,1097,102.5,yes
49
+ 02_13,0036,1047,,yes
50
+ 02_13,0037,1082,102.4,no
51
+ 02_13,0038,1100,,no
52
+ 02_13,0039,1040,,no
53
+ 02_13,0040,1116,,no
54
+ 02_13,0041,1105,,no
55
+ 02_13,0042,1085,103.1,no
56
+ 02_13,0043,1084,,no
57
+ 02_13,0044,1112,,no
58
+ 02_13,0045,1058,,no
59
+ 02_13,0046,1031,,no
60
+ 02_13,0047,1083,,no
61
+ 02_13,0048,1089,104.2,no
62
+ 02_13,0049,1069,,no
63
+ 02_13,0050,1036,,no
64
+ 02_13,0051,1122,,no
65
+ 02_13,0052,1107,,no
66
+ 02_13,0053,1118,,no
67
+ 02_13,0054,1094,103.4,no
68
+ 02_13,0055,1034,,no
69
+ 02_13,0056,1077,,no
70
+ 02_13,0057,1092,,no
71
+ 02_13,0058,1074,,no
72
+ 02_13,0059,1054,,no
73
+ 02_13,0060,1072,,no
74
+ 02_13,0061,1111,,no
75
+ 02_13,0062,1109,,no
76
+ 02_13,0063,1042,,no
77
+ 02_13,0064,1059,,no
78
+ 02_13,0065,1067,,no
79
+ 02_13,0066,1088,,no
80
+ 02_13,0067,1066,,no
81
+ 02_13,0068,1032,,no
82
+ 02_13,0069,1098,,no
83
+ 02_13,0070,1035,,no
84
+ 02_13,0071,1046,,no
85
+ 02_13,0072,1081,,no
86
+ 02_13,0073,1039,,no
87
+ 02_13,0074,1114,,no
88
+ 02_13,0075,1102,,no
89
+ 02_13,0076,1075,,no
90
+ 02_13,0077,1038,,no
91
+ 02_13,0078,1052,,no
92
+ 02_13,0079,1060,,no
93
+ 02_13,0080,1099,,no
94
+ 02_13,0082,1061,,no
95
+ 02_13,0083,1050,,no
96
+ 02_13,0084,1079,,no
97
+ 02_13,0085,1103,,no
98
+ 02_13,0086,1104,103.7,no
99
+ 02_13,0087,1068,,no
100
+ 02_13,0088,1071,,no
101
+ 02_13,0089,1051,,no
102
+ 02_13,0090,1057,102.7,no
103
+ 02_13,0091,1076,102.7,no
104
+ 02_13,0092,1128,,no
105
+ 02_13,0093,1093,,no
106
+ 02_13,0094,1126,,no
107
+ 02_13,0095,1044,,no
108
+ 02_13,0096,1041,,no
109
+ 02_13,0097,1065,103.5,no
annotations/rgb_keypoints.json ADDED
The diff for this file is too large to render. See raw diff
 
annotations/thermal_keypoints.json ADDED
The diff for this file is too large to render. See raw diff