Datasets:

Modalities:
Image
Text
Libraries:
Datasets
License:
akuzdeuov commited on
Commit
2817814
·
verified ·
1 Parent(s): 31d26ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -40
README.md CHANGED
@@ -1,41 +1,18 @@
1
- # OpenThermalPose: Open-Source Annotated Thermal Human Pose Datasets
2
-
3
- This repository contains open-source dataset for thermal human pose estimation: OpenThermalPose. Dataset provide annotations of human poses in thermal imagery, suitable for training and evaluating pose estimation models.
4
- The dataset has extension [OpenThermalPose2](https://huggingface.co/datasets/issai/OpenThermalPose2)
5
-
6
- 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.
7
- as individuals sitting indoors.
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
- ## Dataset Statistics
16
-
17
- | Dataset | Images | Subjects | Instances | Keypoints | Activities | Environments |
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