insightface icon indicating copy to clipboard operation
insightface copied to clipboard

State-of-the-art 2D and 3D Face Analysis Project

Results 447 insightface issues
Sort by recently updated
recently updated
newest added

![Screenshot from 2022-08-10 18-48-17](https://user-images.githubusercontent.com/48430251/183871739-5116d799-51d9-4356-9de6-f5c1a6c82f69.png)

insightface->detection->retinaface->retinaface.py (line 464) bbox_pred (line 761) Dimension issue ![MicrosoftTeams-image (1)](https://user-images.githubusercontent.com/26607565/183900375-57e15cb1-54e1-4a20-8fc3-7fb93d66be44.png)

```python3 app = FaceAnalysis(name="antelope") ``` ``` raise RuntimeError("Failed downloading url %s" % url) RuntimeError: Failed downloading url http://insightface.cn-sh2.ufileos.com/models/antelopev2.zip ``` Insightface version : insightface==0.6.2 Python Version : 3.10.4 Help please.

Hello, for the [Resnet34, Arcface, MS1MV3], the fc weights might not be correct. The number of classes in the fc is inconsistent to the number of classes in MS1MV3 (91180!=93431)...

I tried to replicate the results for ViT Base model trained on WebFace42M but the model does not seem to converge. The loss starts at 53 and stagnates at about...

Line188 partial_fc.py and Line139 in partial_fc_v2.py is `_list_embeddings = AllGather(local_embeddings, *_gather_embeddings)` Why embeddings needs gradient across multi Gpus?

I find that it is forced to use partial fc in arcface_torch, but I just want to use arcface. Is there any offical implement with pytorch? Or need I implement...

I have recently found this amazing repo and I was looking at the model zoo. I see that there is a ResNet50 model trained on WebFace600k that yields better results...

If it "yes" HOW should I do it? Maybe I should normalize brightness or something like this?!

Hello, I'm getting the following error while trying to convert any of the SCRFD .pth models to onnx using scrfd2onnx.py Here's the used command: `python3 tools/scrfd2onnx.py configs/scrfd/scrfd_2.5g.py tools/models/SCRFD_2.5G.pth ` Here's...