Open MyraBaba opened 1 year ago
@derronqi We are using yolov5face , its detection and landmarks very accurate than the insightface detection but took 20 ms on the Gpu per frame . Slow for us.
We need to utilize 2 rtsp cam and detect faces faster
I have this bug too
OK, now I found out that "export" function in this repository is buggy. Install ultralytics from pip to get onnx file.
@Upliner did you compare with scrfd / retina and yolov5face ? quality and speed ?
@Upliner did you compare with scrfd / retina and yolov5face ? quality and speed ?
I only compared with https://github.com/derronqi/yolov7-face the quality is better and CPU speed is faster, I haven't checked GPU speed yet, I think I'll build GPU version tomorrow.
@Upliner did you compare with scrfd / retina and yolov5face ? quality and speed ?
I'm using onnxruntime+CUDA on RTX3060 and yolov8n-face model, average inference time is near 9-10ms. Here is 30 time samples in microseconds:
[8338, 13978, 16457, 14625, 8933, 11802, 13985, 6536, 9729, 7278, 7799, 7864, 7995, 7685, 7965, 6473, 16348, 12040, 9911, 6533, 6022, 8061, 6879, 9495, 7139, 6560, 6707, 6536, 7561, 13201]
Hi,
I try to test with my images but boxes detection position all left corner not datected face what is the problem here: left green
Best