question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

onnx support for Arcface and RetinaFace

See original GitHub issue

Hi, I have read some of your codes and noticed that deploy/test.py with the model named ‘antelope’ is a merge of all your models together, I was wondering if is there separate .onnx files for your models or if they are still going to be still running on Mxnet? since from what I gathered for using models separately for instance Retinaface, the code still imports Mxnet.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
nttstarcommented, Jun 14, 2021

actually you can call insightface.model_zoo.get_model(‘xxx/scrfd_10g_bnkps.onnx’) which will return a SCRFD instance.

0reactions
nttstarcommented, Jun 14, 2021

We will reorganize our inference library soon and at that time you can see more documentations.

Read more comments on GitHub >

github_iconTop Results From Across the Web

face-recognition-resnet100-arcface-onnx
The face-recognition-resnet100-arcface-onnx model is a deep face recognition model with ResNet100 backbone and ArcFace loss. ArcFace is a novel supervisor ...
Read more >
ONNX Model Zoo: Developing a face recognition application ...
Apache MXNet supports the ONNX format for both import and export. ArcFace Model. The model learns distinctive features of faces and produces ...
Read more >
ArcFace - a Hugging Face Space by onnx
ArcFace. ArcFace is a CNN based model for face recognition which learns discriminative features of faces and produces embeddings for input face images....
Read more >
insightface - PyPI
Call Models ----------- The latest insightface libary only supports onnx models. Once you have trained detection or recognition models by PyTorch, ...
Read more >
Deep Face Recognition with ArcFace in Keras and Python
We will build ArcFace model which got 99.40% accuracy on LFW data set ... Here, retinaface is the cutting-edge face detection technology.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found