-
Can someone teach me? I just started to learn face recognition.
Issues: I have already trained the model for 171 epochs. And I want to continue to train the model based on the latest model. How do …
-
I think the author has not double check the repo. Many error and missing file in this repo. If someone has sucess run it, please let me know
-
我使用自己的CASIA-WebFace的准确率只有98%,想试试您的
-
Hi,
Thanks for your great work and sharing of the code on these two papers !
It takes me days to read the paper and go through the repository and I have a few questions:
(2)
Do you have the co…
-
Firstly, thank you very much for your contributions!
the configuration file is modified based on glint360k_r50.py
`from easydict import EasyDict as edict
config = edict()
config.margin_list = …
-
How can I get the txt file train_list?
-
点击链接下载数据集 [[CASIA-B](http://www.cbsr.ia.ac.cn/GaitDatasetB-silh.zip)](http://www.cbsr.ia.ac.cn/GaitDatasetB-silh.zip)
解压脚本 unzip.sh
```bash
#!/bin/bash
unzip "$1"
folder=$(unzip -l "$1" | gre…
-
Hello,Thank you for your work.I quite don't know how to prepare my np files as you said"Please prepare your training data as np files"in Readme file. I'm confused is this np file just the .mat file …
-
Hi, can I know more detail about how did you preprocess the silhouette image to GEI?
I have run the code successfully, but all my GEI(the following picture) aren't as clear as yours.
thank you very…
-
I downloaded Real-world masked face recognition dataset from https://drive.google.com/open?id=1UlOk6EtiaXTHylRUx2mySgvJX9ycoeBp.
However, I can't find the annotation labels of the face dataset. So I…