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.

arcface-torch inference.py

See original GitHub issue

Hello! I’m trying to run insightface/recognition/arcface_torch/inference.py with my jpg picture. python inference.py --weight ms1mv3_arcface_r18_fp16/backbone.pth --network r18 --img test.jpg Getting RuntimeError: mat1 and mat2 shapes cannot be multiplied (1x32768 and 25088x512) What am i doing wrong?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
anxiangsircommented, Jul 12, 2021

fixed

0reactions
usmancheema89commented, Nov 8, 2022

found out after banging my head a couple of time too 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pytorch ArcFace [Inference] - Kaggle
Explore and run machine learning code with Kaggle Notebooks | Using data from multiple data sources.
Read more >
GitHub - shyhyawJou/ArcFace-Pytorch
Pytorch inplementation of ArcFace. Contribute to shyhyawJou/ArcFace-Pytorch development by creating an account on GitHub.
Read more >
arcface · PyPI
Implementation of the ArcFace face recognition algorithm. It includes a pre-trained model based on ResNet50. The code is based on peteryuX's implementation.
Read more >
ArcFace : A Machine Learning Model for Face Recognition.
During inference, the features of the two faces are normalized and the inner-product is computed to determine if both pictures are the same ......
Read more >
Face Recognition with ArcFace - LearnOpenCV
At the same time, ArcFace was developed on similar principles. ... 4. Face Detection – OpenCV, Dlib and Deep Learning ( C++ /...
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