-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CPP yolov8 detection boxes not right position #15
Comments
@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 ? |
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. |
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: |
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
The text was updated successfully, but these errors were encountered: