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.

Could you provide the ga-model of the InsightFace project?

See original GitHub issue

Hello author, I am very happy to learn from your open source InsightFace project. I recently found that the project has updated the function of recognizing age and gender. This is also a function that I am very much looking forward to and I would like to express my thanks again.

I have a question that I saw in deploy/test.py

parser.add_argument('--model', default='', help='path to load model.')
parser.add_argument('--ga-model', default='', help='path to load model.')

In previous versions, the model parameter of test.py was the r34 model. Why was the model parameter empty in test.py this time? And this time the ga-model has been added. It seems that I can’t find the download of the ga-model model. I do not know if it is convenient for you to provide a download of ga-model?

Looking forward to your reply. Good luck.

Issue Analytics

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

github_iconTop GitHub Comments

4reactions
glorioushedgehogcommented, Jul 5, 2018
0reactions
prashantg445commented, Aug 6, 2019

0 denotes the number of epochs your model need to be trained.

That is if you are using a pre-trained model, and you don’t want to further train (fine-tune) it…then just pass 0 to use the pretrained model as it is.

Read more comments on GitHub >

github_iconTop Results From Across the Web

InsightFace: an open source 2D&3D deep face analysis library
InsightFace is an integrated Python library for 2D&3D face analysis. InsightFace efficiently implements a rich variety of state of the art algorithms of ......
Read more >
InsightFace** MXNet Model - Model Zoo
InsightFace : 2D and 3D Face Analysis Project ... In this repository, we provide training data, network settings and loss designs for deep...
Read more >
Search for deepinsight/insightface - Papers With Code
In this paper, we design a benchmark task and provide the associated datasets for recognizing face images and link them to corresponding entity...
Read more >
IT瘾博客推荐 - RSSing.com
ncnn 载入insightface训练好的性别年龄识别模型- sinat_31425585的博客- CSDN博客. May ... Next 使用ffmpeg编码时,如何设置恒定码率,并控制好关键帧I帧间隔- 黑色 ...
Read more >
TensorSparse.ipynb - Colaboratory - Google Colab
I also uploaded the 4 files neccesary for my model to train. embeddings is my data ... sys.path.append('/content/drive/My Drive/Projects/tensorflow/deploy')
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