Datasets:
Formats:
imagefolder
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
1K - 10K
License:
Commit
·
5abd0c4
1
Parent(s):
06623a4
Readme updated
Browse files
README.md
CHANGED
@@ -5,12 +5,12 @@ language:
|
|
5 |
- en
|
6 |
license: other
|
7 |
multilinguality: monolingual
|
8 |
-
|
9 |
task_categories:
|
10 |
- object-detection
|
11 |
- image-classification
|
12 |
task_ids:
|
13 |
-
-
|
14 |
- multi-class-image-classification
|
15 |
tags:
|
16 |
- animal-behavior
|
@@ -44,6 +44,15 @@ Below is a histogram showing the distribution of posture classes across the data
|
|
44 |
|
45 |

|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
## 🧠 Use Cases
|
48 |
|
49 |
- Animal behavior monitoring
|
|
|
5 |
- en
|
6 |
license: other
|
7 |
multilinguality: monolingual
|
8 |
+
dataset_name: Gilt Posture Dataset
|
9 |
task_categories:
|
10 |
- object-detection
|
11 |
- image-classification
|
12 |
task_ids:
|
13 |
+
- object-detection
|
14 |
- multi-class-image-classification
|
15 |
tags:
|
16 |
- animal-behavior
|
|
|
44 |
|
45 |

|
46 |
|
47 |
+
## Dataset Description
|
48 |
+
|
49 |
+
The total dataset is split randomly into training, validation, and testing sets (0.75:0.15:0.1). The filename of each image and corresponding labels are assigned with date and time of image captured prefixed by pen and camera identity (p1c1_20250108_080409.png == image of pen1 camera1 captured on January 08, 2025 at 08:04:09 o'clock)
|
50 |
+
|
51 |
+
- The Color folder contains the color images and corresponding labels.
|
52 |
+
- Depth folder contains the height information of scene from the floor in mm unit and saved as uint16 format.
|
53 |
+
- RGBD folder contains the combined pairs of color and depth images. The normalized height information is added as 4th channel (RGBA).
|
54 |
+
- Each folder contains a labels folder for the corresponding labeling information
|
55 |
+
|
56 |
## 🧠 Use Cases
|
57 |
|
58 |
- Animal behavior monitoring
|