-
遇到报错
`Traceback (most recent call last):
File "D:/Project/10kinds-light-face-detector-align-recognition-master/10kinds-light-face-detector-align-recognition-master/Run_all_compare_time.py", line…
-
I was trying to fine tune pre-trained model but I think you current code did not provide this facility. I added a few lines in train.py, have a look at the following code. If you think it should be th…
-
whats the retinaface of resnet50 input shape?
-
Thank you for sharing your code.
I would like to use another detection and used it for PGIE. In PGIE, I can detect the face and pass the face detected to SGIE which used retinaface net. However, Whe…
-
python inference.py
[19:27:37] Load appearance_feature_extractor done. live_portrait_wrapper.py:40
Load motion_extractor done. …
-
Thanks for your work. I get Retinaface-Resnet50 tensorrt follow your code, but it is slower than [Pytorch_Retinaface](https://github.com/biubug6/Pytorch_Retinaface). Have you done this comparision?
-
Has anything gone wrong with my result? I can only get 91.04% using pytorch-1.8.0.
-
Hello everyone, here are some scripts that can convert insightface params to onnx model. These scripts have been sorted out various methods of exporting MXNet params or insightface params on the GitHu…
-
i cant find this file, i got retinaface by pip install ,am i using a wrong version of retinaface?
-
Hi,
i'd like to know is the model retinaface trained on RGB or BGR? if i applied direct on RGB, will the precision changes a lot?
Thanks for reply!