deepcam-cn / yolov5-face

YOLO5Face: Why Reinventing a Face Detector (https://arxiv.org/abs/2105.12931) ECCV Workshops 2022)
GNU General Public License v3.0
2.09k stars 500 forks source link

Inference Speed #28

Closed LeeKyungwook closed 3 years ago

LeeKyungwook commented 3 years ago

Thanks for sharing gread code.

I have a question about yolov5-face inference speed. Yolov5-face is more accurate than scrfd, but inference speed is more slower.

Is it true?

derronqi commented 3 years ago

no, we test scrfd-0.5gf and yolov5n-0.5 android app,nearly the same speed.

LeeKyungwook commented 3 years ago

how about cpu in single thread?

derronqi commented 3 years ago

could you have a test and then share your result.

LeeKyungwook commented 3 years ago

@derronqi I tested it.

Env : cpu i7-8700, single thread SCRFD_0.5G : 25ms yolov5n-0.5 : 60ms

could you share your test result?