Information
On this site, you can automatically remove/hide/blur faces in photos and videos. Algorithms based on neural networks are used to perform this task. You upload a media file and get result in a 1-2 minutes.
All uploaded user data is stored from one up to three days. After this time, all downloaded and created files are automatically deleted. Today we have successfully removed faces on 16 media files. You can find examples
of face bluring below or on the demo page.
Limits:
- Maximum media file size: 100 MB
- Maximum length of a video: 10 minutes
FAQ
- https://github.com/timesler/facenet-pytorch
- https://github.com/ageitgey/face_recognition
- https://github.com/1adrianb/face-alignment
- https://github.com/biubug6/Pytorch_Retinaface
- https://github.com/deepcam-cn/yolov5-face
- https://github.com/elliottzheng/face-detection
# 0 - MTCNN (boxes): Average FPS: 6.34
# 1 - DLIB (boxes): Average FPS: 4.77
# 2 - DLIB (landmarks): Average FPS: 4.77
# 3 - Face Align + SFD (landmarks, precise): Average FPS: 5.21
# 4 - Face Align + BlazeFace (landmarks, fast): Average FPS: 5.80
# 5 - RetinaFace + MobileNet (boxes, fast): Average FPS: 6.97
# 6 - RetinaFace + ResNet50 (boxes, precise): Average FPS: 2.72
# 7 - Yolov5n-Face (boxes, fast) Average FPS: 8.36
# 8 - Yolov5l-Face (boxes, precise) Average FPS: 8.12
Donation
Neural net runs require much CPU/GPU usage, so if you want to support us, please, donate.
Contacts
If you have any questions contact "turbo [at] hide-face.com"