anilbhujel commited on
Commit
755ec5a
·
1 Parent(s): 83e87e1

Updated metadata

Browse files
Files changed (1) hide show
  1. Metadata_Gilt_posture_dataset.json +89 -0
Metadata_Gilt_posture_dataset.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Gilt_posture_dataset",
3
+ "version": "1.0",
4
+ "description": "A multimodal dataset for pig posture detection using synchronized RGB and depth images. Includes labels for five pig postures, real-world object height from the floor, 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 assigned"
21
+ },
22
+ "modalities": [
23
+ {
24
+ "type": "color",
25
+ "description": "RGB images from a ceiling-mounted RGB-D camera.",
26
+ "height": "8 Ft",
27
+ "camera angle": "approx 40 deg",
28
+ "resolution": "1920x1080",
29
+ "frame rate": "30",
30
+ "format": "MJPG"
31
+ },
32
+ {
33
+ "type": "depth",
34
+ "description": "Depth images aligned with color, in millimeters.",
35
+ "resolution": "640x576",
36
+ "frame rate": "30",
37
+ "format": "PNG"
38
+ },
39
+ {
40
+ "type": "height_map",
41
+ "description": "Object height from the floor estimated using a floor plane model."
42
+ },
43
+ {
44
+
45
+ }
46
+ ],
47
+ "annotations": {
48
+ "posture_labels": ["Feeding", "Lateral_lying", "Sitting", "Standing", "Sternal_lying"],
49
+ "format": "Yolov11 .txt",
50
+ "labeling": "Bounding box"
51
+ },
52
+ "data_split": {
53
+ "train": 0.75,
54
+ "val": 0.15,
55
+ "test": 0.1,
56
+ "criteria": "random"
57
+ },
58
+ "collection": {
59
+ "sensor_setup": "Orbbec Femto Mega RGB-D camerasmounted at ~3m height, angled ~40°",
60
+ "frame_rate": "30 FPS",
61
+ "synchronization": "Synced with Orbbec sync hub pro",
62
+ "depth_to_height_conversion": "Using calibrated floor plane model",
63
+ "rfid_triggered": true,
64
+ "date_of_recording": "01/08/2025",
65
+ "recording_window": "07:00 to 14:00",
66
+ "recording_duration": "Continuous"
67
+ },
68
+ "environment": {
69
+ "pen_type": "MSU swine research center",
70
+ "pen_size_feet": [16.0, 8.0],
71
+ "floor_type": "Slatted wood",
72
+ "lighting_conditions": "Artificial, stable intensity",
73
+ "ventilation": "Mechanical ventilation with air flow"
74
+ },
75
+ "animals": {
76
+ "breed": ["Purebred Yorkshire", "Exotic-crosbred", "Meishan"],
77
+ "number_of_animals": "18 (9 per pen)",
78
+ "age_range_weeks": 24,
79
+ "expected_delivery_date": "03/08/2025",
80
+ "tagging_method": "RFID and ear tags",
81
+ "identification_accuracy": "Validated with periodic manual checks"
82
+ },
83
+ "download": {
84
+ "url": "https://huggingface.co/datasets/anilbhujel/Gilt_posture_dataset",
85
+ "file_format": "ZIP",
86
+ "size": "6.7 GB"
87
+ }
88
+ }
89
+