Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,41 +1,18 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|----------------|--------|----------|-----------|------------|-------------------------------------------------|--------------------|
|
19 |
-
| OpenThermalPose | 6,090 | 31 | 14,315 | 17 | Fitness exercises, multi-person activities, walking | Indoor, Outdoor |
|
20 |
-
| OpenThermalPose2| 11,391 | 170 | 21,125 | 17 | Fitness exercises, multi-person activities, walking, sitting | Indoor, Outdoor |
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
<!-- ## Baselines
|
26 |
-
|
27 |
-
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. -->
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
## Citations
|
33 |
-
|
34 |
-
**OpenThermalPose:**
|
35 |
-
|
36 |
-
```bibtex
|
37 |
-
@INPROCEEDINGS{10581992,
|
38 |
-
keywords={Privacy;Annotations;Source coding;Pose estimation;Lighting;Medical services;Motion capture},
|
39 |
-
doi={10.1109/FG59268.2024.10581992}}
|
40 |
-
```
|
41 |
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- object-detection
|
5 |
+
tags:
|
6 |
+
- thermal human pose estimation
|
7 |
+
pretty_name: otp
|
8 |
+
size_categories:
|
9 |
+
- 1K<n<10K
|
10 |
+
---
|
11 |
+
# OpenThermalPose: An Open-Source Annotated Thermal Human Pose Dataset
|
12 |
+
**Paper:** [OpenThermalPose: An Open-Source Annotated Thermal Human Pose Dataset and Initial YOLOv8-Pose Baselines](https://ieeexplore.ieee.org/document/10581992)
|
13 |
+
|
14 |
+
**GitHub:** [https://github.com/IS2AI/OpenThermalPose](https://github.com/IS2AI/OpenThermalPose)
|
15 |
+
|
16 |
+
**Description:** The OpenThermalPose dataset provides 6,090 images of 31 subjects and 14,315 annotated human instances. Annotations include bounding boxes and 17 anatomical keypoints, following the conventions used in the benchmark MS COCO Keypoint dataset. The dataset covers various fitness exercises, multiple-person activities, and outdoor walking in different locations under different weather conditions.
|
17 |
+
As a baseline, we trained and evaluated the YOLOv8-pose models (nano, small, medium, large, and x-large) on this dataset. The pre-trained models are available at our GitHub repository.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|