This Project is a fork of yoloface.
- python 3.7
- tensorflow, opencv, numpy
python -m pip install tensorflow opencv-python opencv-contrib-python numpy
git clone https://github.com/x2ever/Face-Tracking
cd Face-Tracking
Before starting, You shoud place these files into a directory ./model-weight/
DownLoad yolov3-wider_16000.weights
file from Google Drive Link
DownLoad YOLO_Face.h5
file from Google Drive Link
webcam
python yoloface.py --src YOUR_WEBCAM_NUMBER(Mostly 0)
video
python yoloface.py --video PATH_TO_VIDEO_FILE
webcam
python yoloface_gpu.py --src YOUR_WEBCAM_NUMBER(Mostly 0)
video
python yoloface_gpu.py --video PATH_TO_VIDEO_FILE
This project is licensed under the MIT License - see the LICENSE.md file for more details.