Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,23 +1,35 @@
|
|
1 |
# OpenThermalPose and OpenThermalPose2: Open-Source Annotated Thermal Human Pose Datasets
|
2 |
|
3 |
-
This
|
|
|
|
|
|
|
4 |
|
5 |
## OpenThermalPose
|
6 |
|
7 |
-
|
8 |
|
9 |
|
10 |
## OpenThermalPose2
|
11 |
|
12 |
-
|
13 |
|
14 |
|
15 |
## Dataset Statistics
|
16 |
|
17 |
-
| Dataset
|
18 |
-
|
19 |
-
| OpenThermalPose | 6,090
|
20 |
-
| OpenThermalPose2| 11,391
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
|
23 |
## Citations
|
@@ -40,14 +52,11 @@ This Hugging Face dataset card describes the OpenThermalPose and OpenThermalPose
|
|
40 |
**OpenThermalPose2:**
|
41 |
|
42 |
```bibtex
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
```
|
45 |
-
|
46 |
-
## Repository
|
47 |
-
|
48 |
-
[https://github.com/IS2AI/OpenThermalPose](https://github.com/IS2AI/OpenThermalPose)
|
49 |
-
|
50 |
-
|
51 |
-
## Images
|
52 |
-
|
53 |
-
**(Images from the GitHub repository showing example scenarios are included in the original content, but are not reproduced here due to the limitations of this response format.)**
|
|
|
1 |
# OpenThermalPose and OpenThermalPose2: Open-Source Annotated Thermal Human Pose Datasets
|
2 |
|
3 |
+
This repository contains two open-source datasets for thermal human pose estimation: OpenThermalPose and its extension, OpenThermalPose2. Both datasets provide annotations of human poses in thermal imagery, suitable for training and evaluating pose estimation models. Pre-trained YOLOv8-pose and YOLOv11-pose models are also provided as baselines.
|
4 |
+
|
5 |
+
**Repository:** [Link to the Hugging Face repository will go here]
|
6 |
+
|
7 |
|
8 |
## OpenThermalPose
|
9 |
|
10 |
+
OpenThermalPose consists of 6,090 images depicting 31 subjects and 14,315 annotated human instances. Each instance includes a bounding box and 17 annotated keypoints, following the MS COCO Keypoint dataset convention. The dataset captures various scenarios, including fitness exercises, multi-person activities, and outdoor walking under diverse weather conditions.
|
11 |
|
12 |
|
13 |
## OpenThermalPose2
|
14 |
|
15 |
+
OpenThermalPose2 expands upon the original dataset, containing 11,391 images of 170 subjects and 21,125 annotated human instances. It encompasses a broader range of activities, including those in OpenThermalPose, as well as individuals sitting indoors.
|
16 |
|
17 |
|
18 |
## Dataset Statistics
|
19 |
|
20 |
+
| Dataset | Images | Subjects | Instances | Keypoints | Activities | Environments |
|
21 |
+
|----------------|--------|----------|-----------|------------|-------------------------------------------------|--------------------|
|
22 |
+
| OpenThermalPose | 6,090 | 31 | 14,315 | 17 | Fitness exercises, multi-person activities, walking | Indoor, Outdoor |
|
23 |
+
| OpenThermalPose2| 11,391 | 170 | 21,125 | 17 | Fitness exercises, multi-person activities, walking, sitting | Indoor, Outdoor |
|
24 |
+
|
25 |
+
|
26 |
+
## Example Images
|
27 |
+
|
28 |
+
[Example images would go here if included. The example image links in the original content are relative and may not work when uploaded to Hugging Face. If the images can be readily accessed and hosted, they should be included directly]
|
29 |
+
|
30 |
+
## Baselines
|
31 |
+
|
32 |
+
YOLOv8-pose and YOLOv11-pose models (nano, small, medium, large, and x-large) were trained and evaluated on both datasets. Pre-trained models are available for download.
|
33 |
|
34 |
|
35 |
## Citations
|
|
|
52 |
**OpenThermalPose2:**
|
53 |
|
54 |
```bibtex
|
55 |
+
@article{kuzdeuov2024openthermalpose2,
|
56 |
+
title={OpenThermalPose2: Extending the Open-Source Annotated Thermal Human Pose Dataset With More Data, Subjects, and Poses},
|
57 |
+
author={Kuzdeuov, Askat and Zakaryanov, Miras and Tleuliyev, Alim and Varol, Huseyin Atakan},
|
58 |
+
journal={TechRxiv},
|
59 |
+
year={2024},
|
60 |
+
doi={10.36227/techrxiv.172926774.47783447/v1}
|
61 |
+
}
|
62 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|