AbdallahOmarAhmed / single-face-detection

its a face detection model works in photos with one face at most

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

single-face-detection

Hello welcome to my face detection

its a python model which can detect faces in images with 1 face at most

Requirements

Ubuntu " It's only tested on Ubuntu, so it may not work on Windows "

GPU : Any GPU that is works with PyTorch

vram : 4gb if you want to train ' we train it in rtx 2070 '

numpy : https://numpy.org/

PyTorch : https://pytorch.org/

torchvision : https://pypi.org/project/torchvision/

openCV : https://pypi.org/project/opencv-python/

Preview

preview

Train :

OR

Test

  • Test an image $ python3 test_image.py [your image path]

  • Test a video $ python3 test_video.py [your video path]

About

its a face detection model works in photos with one face at most

License:The Unlicense


Languages

Language:Python 100.0%