Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -16,3 +16,18 @@ size_categories:
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
 
19
+ **Citation:**
20
+ ```bibtex
21
+ @INPROCEEDINGS{10581992,
22
+ author={Kuzdeuov, Askat and Taratynova, Darya and Tleuliyev, Alim and Varol, Huseyin Atakan},
23
+ booktitle={2024 IEEE 18th International Conference on Automatic Face and Gesture Recognition (FG)},
24
+ title={OpenThermalPose: An Open-Source Annotated Thermal Human Pose Dataset and Initial YOLOv8-Pose Baselines},
25
+ year={2024},
26
+ volume={},
27
+ number={},
28
+ pages={1-8},
29
+ keywords={Privacy;Annotations;Source coding;Pose estimation;Lighting;Medical services;Motion capture},
30
+ doi={10.1109/FG59268.2024.10581992}}
31
+
32
+ ```
33
+