-
When the input size is 320\*240, the speed of Face-Detector is higher than MTCNN's, but the results of AP of retinaface-m0.25 will be lower than MTCNN's on WIDERFACE-val.
When the input size is 64…
-
在detector = RetinaFace(gpu_id=0)中,gpu_id可以是多个值吗,我试着让gpu_id=[0,1,2,3]但遇到错误
-
Hi,
which face detector is used in buffalo_l model zoo in insightface 0.5 (file name: det_10g.onnx)? Is it retinaface or SCRFD?
These sources suggest SCRFD:
https://github.com/deepinsight/insig…
-
Hello!
Thanks for the incredible work here!
I am wondering how to add a new model to the project. I'm currently looking to work with [AdaFace](https://github.com/mk-minchul/AdaFace). I have a O…
-
i get an opencv error at the end of a video.
```
terminate called after throwing an instance of 'cv::Exception'
what(): OpenCV(4.2.0) ../modules/core/src/matmul.dispatch.cpp:349: error: (-215:A…
-
**More time during batch inference as compared to insightface's single pass!!**
`
import numpy as np
from insightface.app import FaceAnalysis
import cv2
import matplotlib.pyplot as plt
import …
-
Thanks for sharing the RetinaFace Face Detector training code.
The links provided for the ImageNet pre-trained models,
- ImageNet ResNet50
- ImageNet ResNet152
are down( both baidu_cloud and d…
-
Hello,
I have the following code:
` face_detector = insightface.model_zoo.model_zoo.get_model('insightface/models/antelope/scrfd_10g_bnkps.onnx')`
However in the latest version of insi…
-
Hi, Thank you for amazing project.
How to modify the effect and face detection strength?
-
Hello,
Thank you for sharing this work as a PyPI package!
I have questions about default parameter values.
https://github.com/ternaus/retinaface/blob/29611c722ad400eed977b2df1816ddf914dbb2bf/…