Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,40 +1,45 @@
|
|
1 |
# TFW: Annotated Thermal Faces in the Wild Dataset
|
2 |
|
3 |
-
|
4 |
|
5 |
-
|
6 |
|
7 |
-
|
8 |
|
9 |
-
|
|
|
10 |
|
11 |
-
|
12 |
-
* **s-indoor:** 9 subjects, 780 images, 1,748 labeled faces, visual pairs available.
|
13 |
-
* **u-outdoor:** 15 subjects, 4,090 images, 9,649 labeled faces, visual pairs not available.
|
14 |
|
15 |
-
|
|
|
|
|
16 |
|
17 |
|
18 |
-
|
19 |
|
20 |
-
[
|
21 |
|
22 |
-
## Dataset Download
|
23 |
|
24 |
-
|
25 |
|
|
|
26 |
|
27 |
-
## Pre-trained Models
|
28 |
|
29 |
-
Pre-trained
|
30 |
|
31 |
-
|
32 |
|
33 |
-
[Example image showing YOLO5Face detection results](https://github.com/IS2AI/TFW/blob/main/figures/yolov5_face.png)
|
34 |
|
35 |
-
|
36 |
|
|
|
37 |
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
-
For any questions or issues, please contact the dataset creators. Further information can be found in the associated paper.
|
|
|
1 |
# TFW: Annotated Thermal Faces in the Wild Dataset
|
2 |
|
3 |
+
This dataset contains thermal images of faces acquired in various environments: controlled indoor (`c-indoor`), semi-controlled indoor (`s-indoor`), and uncontrolled outdoor (`u-outdoor`). The `c-indoor` subset utilizes images from the SpeakingFaces dataset. The `s-indoor` and `u-outdoor` subsets were captured using a FLIR T540 thermal camera (464x348 pixels, 7.5–14 μm wave-band, 24° field of view, iron color palette).
|
4 |
|
5 |
+
Each image is annotated with a face bounding box and five facial landmarks (centers of the eyes, tip of the nose, and outer corners of the mouth).
|
6 |
|
7 |
+
**Dataset Statistics:**
|
8 |
|
9 |
+
* **Total Images:** 9,982
|
10 |
+
* **Total Labeled Faces:** 16,509
|
11 |
|
12 |
+
**Data Splits:**
|
|
|
|
|
13 |
|
14 |
+
* **c-indoor:** 142 subjects, 5,112 images, 5,112 labeled faces. Visual pairs are available.
|
15 |
+
* **s-indoor:** 9 subjects, 780 images, 1,748 labeled faces. Visual pairs are available.
|
16 |
+
* **u-outdoor:** 15 subjects, 4,090 images, 9,649 labeled faces. Visual pairs are not available.
|
17 |
|
18 |
|
19 |
+
**Example Images:**
|
20 |
|
21 |
+
[Image: https://github.com/IS2AI/TFW/blob/main/figures/example.png]
|
22 |
|
|
|
23 |
|
24 |
+
**Dataset Download:**
|
25 |
|
26 |
+
The dataset can be downloaded from Google Drive [link removed].
|
27 |
|
|
|
28 |
|
29 |
+
**Pre-trained Models:**
|
30 |
|
31 |
+
Pre-trained YOLOv5 and YOLO5Face models for thermal face detection are available [links removed]. These models were trained on the TFW dataset and performance metrics are available in a removed table.
|
32 |
|
|
|
33 |
|
34 |
+
**Demo:**
|
35 |
|
36 |
+
[GIF: https://github.com/IS2AI/TFW/blob/main/figures/demo.gif]
|
37 |
|
38 |
+
**Example YOLOv5 Detection Results:**
|
39 |
+
|
40 |
+
[Image: https://github.com/IS2AI/TFW/blob/main/figures/yolov5.png]
|
41 |
+
|
42 |
+
**Example YOLO5Face Detection Results:**
|
43 |
+
|
44 |
+
[Image: https://github.com/IS2AI/TFW/blob/main/figures/yolov5_face.png]
|
45 |
|
|