yolov7-face

Method Test Size Easy Medium Hard Link
yolov7-tiny-leak 640 93.2 91.3 83.0 google
yolov5s 640 94.0 92.1 84.5 google
yolov7-lite-e 640 91.1 87.5 70.9 google

Demo

Download the model place into weights folder, then run:

python detect.py --weights weights/yolov7-tiny-face.pt --view-img

Export

export to onnx and torchscript:

python export.py --weights weights/yolov7-tiny-face.pt

Dataset

WiderFace

yolov7-face-label

Test

Demo

References

GitHub

View Github