Megvii-BaseDetection / 4K-Face

Licence: MIT license
4K-Face: A Dataset with Huge Scale-variance Faces

Projects that are alternatives of or similar to 4K-Face

UnitBox
UnitBox: An Advanced Object Detection Network
Stars: ✭ 23 (+0%)
Mutual labels:  face-detection
OpenCV-Face-Recognition-Android
Face Detection & Recognition on Android using OpenCV
Stars: ✭ 28 (+21.74%)
Mutual labels:  face-detection
BlurryFaces
A tool to blur faces or other regions in images and videos 🤡🔍
Stars: ✭ 58 (+152.17%)
Mutual labels:  face-detection
jeelizGlanceTracker
JavaScript/WebGL lib: detect if the user is looking at the screen or not from the webcam video feed. Lightweight and robust to all lighting conditions. Great for play/pause videos if the user is looking or not, or for person detection. Link to live demo.
Stars: ✭ 68 (+195.65%)
Mutual labels:  face-detection
insight-face-paddle
End-to-end face detection and recognition system using PaddlePaddle.
Stars: ✭ 52 (+126.09%)
Mutual labels:  face-detection
Face-alignment-Trees
This is the C++ implement of the paper: Face Detection, Pose Estimation, and Landmark Localization in the Wild
Stars: ✭ 17 (-26.09%)
Mutual labels:  face-detection
ARFaceFilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 72 (+213.04%)
Mutual labels:  face-detection
face detect api
This is a simple face detection api that takes as input, an image and gives as output, detected faces on the image. This API can be used as an alternative to the paid face detection APIs currently available as it gives quite good accuracy levels.
Stars: ✭ 26 (+13.04%)
Mutual labels:  face-detection
Face-Mask
Real time webcam face detection, protect yourself from COVID19 with a virtual mask
Stars: ✭ 64 (+178.26%)
Mutual labels:  face-detection
face-recognition
🙂 An OpenCV application that can detect & recognize your face in real-time
Stars: ✭ 13 (-43.48%)
Mutual labels:  face-detection
T System
the moving objects tracking system via two axis camera motion (and as optionally n joint robotic arm) for raspberry pi distributions
Stars: ✭ 17 (-26.09%)
Mutual labels:  face-detection
face
[deprecated] 👽 Face Recognition package for Laravel
Stars: ✭ 37 (+60.87%)
Mutual labels:  face-detection
Face-Detection-and-Tracking
Computer Vision model to detect face in the first frame of a video and to continue tracking it in the rest of the video. This is implemented in OpenCV 3.3.0 and Python 2.7
Stars: ✭ 24 (+4.35%)
Mutual labels:  face-detection
Face-Recognition-using-Raspberry-Pi
A small project which does face detection using OpenCV library.
Stars: ✭ 48 (+108.7%)
Mutual labels:  face-detection
WreckFaceApp
Android application for gender, age and face recognition using OpenCV and JavaCV libraries
Stars: ✭ 21 (-8.7%)
Mutual labels:  face-detection
R-MTCNN
No description or website provided.
Stars: ✭ 11 (-52.17%)
Mutual labels:  face-detection
facetool
Command line utility to manipulate faces in videos and images
Stars: ✭ 38 (+65.22%)
Mutual labels:  face-detection
android-face-landmarks
Android app that localizes facial landmarks in nearly real-time
Stars: ✭ 62 (+169.57%)
Mutual labels:  face-detection
Facial-Recognition-Tool
➰ A Facial Recognition tool based on Open-CV.
Stars: ✭ 44 (+91.3%)
Mutual labels:  face-detection
face-login-website
A web server that recognises you if you are registered in the system!!
Stars: ✭ 25 (+8.7%)
Mutual labels:  face-detection

4K-Face: A Dataset with Huge Scale-variance Faces

The images from 4K-Face dataset is collected from the Internet. Following WIDER FACE event categories, keywords, such as travel, surgeons, and celebration, are used to retrieve more than 25,000 images from web search engine. In order to obtain large scale variance, we only keep the images with 4K resolution (3840×2160). Images without face are filtered. Finally, 5,102 images with more than 30,000 annotated boxes are acquired in total.

The 4K-Face dataset is contributed by Megvii Inc. (Face++) in the following paper.

SFace: An Efficient Network for Face Detection in Large Scale Variations,
Jianfeng Wang, Ye Yuan, Gang Yu, and Jian Sun
arXiv preprint arXiv:1804.06559 (2018).

The full paper is available at: https://arxiv.org/abs/1804.06559.

Urls

OneDrive

BaiduDrive

Files

images.tar.00
images.tar.01
images.tar.02
images.tar.03
images.tar.04
images.tar.05
images.tar.06
images.tar.07
images.tar.08
images.tar.09
images.tar.10
images.tar.11
images.tar.12
images.tar.13
images.tar.14
images.tar.15
images.tar.16
README.md
result.json

How to Use it

cat images.tar.* > images.tar
tar -xvf images.tar

Label Format

{
    "items": [
        {
            "filename": "selfie---231f78c09dab611423d2811b3cb60238.jpg",
            "gtboxes": [
                {
                    "box": [
                        973.0000001279999,
                        621.918945216,
                        554.5947264000002,
                        722.4323731199999
                    ],
                    "extra": {
                        "ignore": 0
                    },
                    "tag": "Face"
                },
                {
                    "box": [
                        1793.945800704,
                        724.0810546800001,
                        550.946289024,
                        762.56762688
                    ],
                    "extra": {
                        "ignore": 0
                    },
                    "tag": "Face"
                },
                {
                    "box": [
                        2614.892089728,
                        443.13525381600004,
                        901.215820416,
                        1076.3513184959997
                    ],
                    "extra": {
                        "ignore": 0
                    },
                    "tag": "Face"
                }
            ],
            "height": 2160,
            "width": 3840
        }
    ]
}

Citations

Please consider citing this project in your publications if it helps your research. The following is a BibTeX reference.

@article{wang2018sface,
  title={SFace: An Efficient Network for Face Detection in Large Scale Variations},
  author={Wang, Jianfeng and Yuan, Ye and Yu, Gang and Sun, Jian},
  journal={arXiv preprint arXiv:1804.06559},
  year={2018}
}

License

The 4K-Face dataset is released under the MIT license. See LICENSE for additional details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].