Discover and explore top open-source AI tools and projects—updated daily.
Face detector research paper, ECCV Workshops 2022
Top 19.6% on SourcePulse
YOLOv5-face provides a high-accuracy, real-time face detection solution. It targets researchers and developers needing efficient face detection capabilities, offering various YOLOv5 model sizes optimized for different performance and accuracy trade-offs.
How It Works
This project adapts the YOLOv5 architecture for face detection, leveraging its efficient single-stage detection framework. It incorporates specific optimizations and training strategies tailored for facial features, achieving competitive performance on benchmarks like WIDERFace. The project also provides pre-trained models and conversion scripts for deployment across different platforms.
Quick Start & Requirements
pip install -r requirements.txt
.train2yolo.py
, val2yolo.py
).CUDA_VISIBLE_DEVICES="..." python3 train.py --data data/widerface.yaml --cfg models/yolov5s.yaml --weights 'pretrained models'
python3 test_widerface.py --weights 'your test model' --img-size 640
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 year ago
Inactive