Datasets:
Upload folder using huggingface_hub
Browse files- .gitattributes +60 -0
- README.md +42 -0
- antispoofing.csv +11 -0
- files/1/selfie.jpeg +3 -0
- files/1/video.MOV +3 -0
- files/10/selfie.jpg +0 -0
- files/10/video.mp4 +3 -0
- files/2/selfie.jpg +3 -0
- files/2/video.mp4 +3 -0
- files/3/selfie.jpg +3 -0
- files/3/video.mp4 +3 -0
- files/4/selfie.jpg +0 -0
- files/4/video.mp4 +3 -0
- files/5/selfie.jpg +3 -0
- files/5/video.mp4 +3 -0
- files/6/selfie.jpg +3 -0
- files/6/video.mp4 +3 -0
- files/7/selfie.jpg +3 -0
- files/7/video.mp4 +3 -0
- files/8/selfie.jpg +0 -0
- files/8/video.mp4 +3 -0
- files/9/selfie.jpg +3 -0
- files/9/video.mp4 +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
# Audio files - uncompressed
|
| 39 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
# Audio files - compressed
|
| 43 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
# Image files - uncompressed
|
| 49 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
# Image files - compressed
|
| 54 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
# Video files - compressed
|
| 58 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
files/1/video.MOV filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-nd-4.0
|
| 3 |
+
size_categories:
|
| 4 |
+
- 100K<n<1M
|
| 5 |
+
task_categories:
|
| 6 |
+
- image-classification
|
| 7 |
+
tags:
|
| 8 |
+
- people
|
| 9 |
+
- Facial Recognition
|
| 10 |
+
- Computer Vision
|
| 11 |
+
- Machine learning
|
| 12 |
+
- Anti-spoofing
|
| 13 |
+
|
| 14 |
+
---
|
| 15 |
+
# Image Dataset of face images for compuer vision tasks
|
| 16 |
+
Dataset comprises **500,600+** images of individuals representing various races, genders, and ages, with each person having a single face image. It is designed for **facial recognition** and **face detection** research, supporting the development of advanced recognition systems.
|
| 17 |
+
|
| 18 |
+
By leveraging this dataset, researchers and developers can enhance **deep learning** models, improve **face verification** and **face identification** techniques, and refine detection algorithms for more accurate recognizing faces in real-world scenarios. - **[Get the data](https://unidata.pro/datasets/face-anti-spoofing/?utm_source=huggingface&utm_medium=referral&utm_campaign=face-recognition-image-dataset)**
|
| 19 |
+
|
| 20 |
+
## Metadata for the dataset
|
| 21 |
+
.png?generation=1743153407873743&alt=media)
|
| 22 |
+
All images come with rigorously verified metadata annotations (age, gender, ethnicity), achieving ≥95% labeling accuracy. Also images are captured under different lighting conditions and resolutions, enhancing the dataset's utility for computer vision tasks and image classifications.
|
| 23 |
+
|
| 24 |
+
# 💵 Buy the Dataset: This is a limited preview of the data. To access the full dataset, please contact us at [https://unidata.pro](https://unidata.pro/datasets/face-anti-spoofing/?utm_source=huggingface&utm_medium=referral&utm_campaign=face-recognition-image-dataset) to discuss your requirements and pricing options.
|
| 25 |
+
|
| 26 |
+
Researchers can leverage this dataset to improve recognition technology and develop learning models that enhance the accuracy of face detections. The dataset also supports projects focused on face anti-spoofing and deep learning applications, making it an essential tool for those studying biometric security and liveness detection technologies.
|
| 27 |
+
|
| 28 |
+
# Frequently Asked Questions
|
| 29 |
+
|
| 30 |
+
## How do paired images and videos improve biometric model development?
|
| 31 |
+
|
| 32 |
+
Each participant is represented by both a still image and a corresponding live video, allowing researchers to combine static facial feature learning with temporal liveness analysis.
|
| 33 |
+
|
| 34 |
+
## Who can benefit from this face recognition image dataset?
|
| 35 |
+
|
| 36 |
+
This dataset is useful for biometric authentication providers, AI researchers, computer vision engineers, fintech companies, and academic institutions developing facial recognition technologies. Since it includes paired images and live videos, it supports both identity verification and face anti spoofing research. The combination of demographic metadata and real capture conditions also makes the dataset valuable for benchmarking recognition systems, evaluating fairness, and improving biometric security across diverse deployment environments.
|
| 37 |
+
|
| 38 |
+
## How was the dataset collected?
|
| 39 |
+
|
| 40 |
+
The dataset was gathered through crowdsourcing platforms using a standardized acquisition process designed to capture real participants under practical conditions.
|
| 41 |
+
|
| 42 |
+
# 🌐 [UniData](https://unidata.pro/datasets/face-anti-spoofing/?utm_source=huggingface&utm_medium=referral&utm_campaign=face-recognition-image-dataset) provides high-quality datasets, content moderation, data collection and annotation for your AI/ML projects
|
antispoofing.csv
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set_id;age;gender;country;ethnicity;device_model; fps; photo_resolution;video_resolution;photo_extension; video_extension
|
| 2 |
+
1;40;FEMALE;Pakistan ;Asian;iPhone ;24.002681863895408;750x1000;480x360;jpeg;MOV
|
| 3 |
+
2;18;MALE;Pakistan ;Asian;Sparkneo8pro ;20.00105505004192;750x1000;1280x720;jpg;mp4
|
| 4 |
+
3;21;MALE;Turkey;Middle Eastern;Poco X4 Pro 5G;29.844807003581376;1000x750;850x478;jpg;mp4
|
| 5 |
+
4;25;FEMALE;Russia ;Asian;Itel P40 ;29.993705024871325;1000x750;1920x1080;jpg;mp4
|
| 6 |
+
5;18;MALE;Nigeria;African;Vivo y1s;19.99882359861185;1000x563;1920x1080;jpg;mp4
|
| 7 |
+
6;34;FEMALE;El Salvador ;Middle Eastern;Samsung s52;30.05300256816568;1000x1000;1920x1080;jpg;mp4
|
| 8 |
+
7;22;FEMALE;Kenya;African;Realme;24.94824016563147;1000x750;1280x720;jpg;mp4
|
| 9 |
+
8;20;MALE;Kenya;African;Samsung a12;30.01131378892837;1000x750;1280x720;jpg;mp4
|
| 10 |
+
9;73;FEMALE;Ukraine;European;Asus;17.099907505045767;750x1000;480x640;jpg;mp4
|
| 11 |
+
10;30;MALE;Brazil ;European;Xiaomi 12 lite;30.12120977797539;1000x563;1920x1080;jpg;mp4
|
files/1/selfie.jpeg
ADDED
|
Git LFS Details
|
files/1/video.MOV
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f8561d9bc2b2177b8eff136a3e0df7d773316384759c4acdaeb270d6e1d484c
|
| 3 |
+
size 1596312
|
files/10/selfie.jpg
ADDED
|
files/10/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a0914f5dcc90a12a1d63fc0039e06e3d8531173756cfd5636b0f1bfb9ac4f3c
|
| 3 |
+
size 23780747
|
files/2/selfie.jpg
ADDED
|
Git LFS Details
|
files/2/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:585563deeb447132157369d41f72a3b2c8229f33751598bac6125148e6f4f771
|
| 3 |
+
size 6966906
|
files/3/selfie.jpg
ADDED
|
Git LFS Details
|
files/3/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad474ceaa351b276436585a49b697a5a3c38b34ccde96dcd218c84875d6614dd
|
| 3 |
+
size 2741360
|
files/4/selfie.jpg
ADDED
|
files/4/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f6de286c1c068d6781b98e817e3d7df74d7ae52fe7813ea70c63473d1f76f67
|
| 3 |
+
size 21781074
|
files/5/selfie.jpg
ADDED
|
Git LFS Details
|
files/5/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4eae0e6d82f0f165516a48e97f493364b37f41308ea921820d0a36054a9508f
|
| 3 |
+
size 19239570
|
files/6/selfie.jpg
ADDED
|
Git LFS Details
|
files/6/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:100bb0e817d959f5af7a49063f495900e537ee547604b477bd8393d094f60229
|
| 3 |
+
size 23810632
|
files/7/selfie.jpg
ADDED
|
Git LFS Details
|
files/7/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9cc3b50fb7b1e52445e9df6bdcf0bf81631fa571aaabaf775762505af2d2562c
|
| 3 |
+
size 8400137
|
files/8/selfie.jpg
ADDED
|
files/8/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf066d7d72ccc9893631bd82b4f17d64708f299efa0c88e3bc6794d127a2eac3
|
| 3 |
+
size 7516914
|
files/9/selfie.jpg
ADDED
|
Git LFS Details
|
files/9/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11a97fae42beafc9ceb667e9e522b87f698149a81a9d1fd16ce07a7df7ce50c7
|
| 3 |
+
size 2782806
|