Could you provide the ga-model of the InsightFace project?
See original GitHub issueHello 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:
- Created 5 years ago
- Comments:6
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
nttstar just posted a ga model!
https://github.com/deepinsight/insightface/issues/272
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.