Commit
·
e1445fc
1
Parent(s):
bdc3d43
Metadata updated
Browse files
Metadata_Gilt_tracking_dataset.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "Gilt_posture_dataset",
|
3 |
+
"version": "1.0",
|
4 |
+
"description": "A multiview dataset for pig tracking detection using RGB videos. Includes tracking ID with model generated bounding boxes and the metadata.",
|
5 |
+
"contributors": [
|
6 |
+
{
|
7 |
+
"name": "Anil Bhujel",
|
8 |
+
"email": "[email protected]",
|
9 |
+
"affiliation": "Michigan State University",
|
10 |
+
"role": "Research Associate"
|
11 |
+
}
|
12 |
+
],
|
13 |
+
"date_created": "2025-05-25",
|
14 |
+
"license": "CC BY 4.0",
|
15 |
+
"citation": {
|
16 |
+
"title": "A Computer Vision dataset for Gilts' daily activity monitoring and tracking",
|
17 |
+
"authors": ["Anil Bhujel", "Daniel Morris", "Janice Siegford", "Madonna Benjamin", "Mk Bashar"],
|
18 |
+
"year": 2025,
|
19 |
+
"doi": "To be assigned",
|
20 |
+
"url": "yet to be assigned"
|
21 |
+
},
|
22 |
+
"modalities": [
|
23 |
+
{
|
24 |
+
"type": "color",
|
25 |
+
"description": "RGB images from a ceiling-mounted RGB camera.",
|
26 |
+
"height": "8 Ft",
|
27 |
+
"resolution": "1280x720",
|
28 |
+
"frame rate": "15",
|
29 |
+
"format": "MP4"
|
30 |
+
}
|
31 |
+
],
|
32 |
+
"annotations": {
|
33 |
+
"Tracking ID": "Virtual ID and RFID",
|
34 |
+
"format": "COCO json",
|
35 |
+
"labeling": "Model generated bounding boxes"
|
36 |
+
},
|
37 |
+
"collection": {
|
38 |
+
"sensor_setup": "Turret cameras mounted at ~8Ft height, tilted",
|
39 |
+
"frame_rate": "15 FPS",
|
40 |
+
"date_of_recording": "01/09/2025",
|
41 |
+
"recording_window": "07:00 to 07:30",
|
42 |
+
"recording_duration": "30 minutes"
|
43 |
+
},
|
44 |
+
"environment": {
|
45 |
+
"pen_type": "MSU swine research center",
|
46 |
+
"pen_size_feet": [16.0, 8.0],
|
47 |
+
"floor_type": "Slatted wood",
|
48 |
+
"lighting_conditions": "Artificial, stable intensity",
|
49 |
+
"ventilation": "Mechanical ventilation with air flow"
|
50 |
+
},
|
51 |
+
"animals": {
|
52 |
+
"breed": "Purebred Yorkshire",
|
53 |
+
"number_of_animals": 9,
|
54 |
+
"age_weeks": 24,
|
55 |
+
"days_after_transferring_to_pen": 7,
|
56 |
+
"expected_delivery_date": "03/09/2025",
|
57 |
+
"tagging_method": "RFID and ear tags"
|
58 |
+
},
|
59 |
+
"download": {
|
60 |
+
"url": "https://huggingface.co/datasets/anilbhujel/Gilt_tracking_dataset",
|
61 |
+
"file_format": "ZIP",
|
62 |
+
"size": "6.7 GB"
|
63 |
+
}
|
64 |
+
}
|
65 |
+
|