-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report your verification accuracy of new training dataset 'insightv2_emore'. #215
Comments
OK, I will try it as soon as you release new dataset |
Excuse me,what should I do if I want to make a new train.rec and train.idx by myself. I can't find these code about #make_list(args) in face2rec2.py. |
do you have plan to release the images than rec file? |
@HaoLiuHust no such plan. |
能否换个网盘,或者其他方式,百度网盘没开超级会员下载会限速 |
能说下这个新数据包含点啥吗 |
What is the difference between this dataset and msceleb? cleaner? |
I just have two GPU of 1070ti, so my batch-size can't be larger than about 350, my train command is:
The final argument list:
Which argument can I change to improve the result? |
@Wisgon you may try to change learn rate. For example, set --lr 0.1 --lr-step 55000,85000,100000,110000 |
Thank you , I will try it later @ShiyangZhang |
How can I get the image list? I'm using another face detection and align method that is different from |
|
@nttstar |
@yangfly Did you use alignment? and how much the alignment contributes to the final accuracy? Also, you used a large batch size - 1024, does this also contribute to the accuracy, when compared to smaller batch size like 50, or 100? |
|
@nttstar |
I think BaiduYun is not a good place to share such a dataset. For some reason, baidu will block some ips, for example, one of my ip is in taiwan education net, so it(baiduyun) will give me a 404. |
dataset: emore |
dataset: eMS1M (emore) |
I have uploaded the datasets using OneDrive, hope it helps. |
dataset: emore call reset() |
|
how to compute the Highest LFW? it is added with variance? |
**now we get more higher accuray using my modified mobilenet network [lfw][12000]Accuracy-Flip: 0.99617+-0.00358 |
@meanmee 百度网盘有破解版本,不限制速度的。 |
dataset: eMS1M (emore)
result:
|
|
dataset: emore (or faces_ms1m for the old one) |
We plan to release CRUNet 116 modified architecture to support this community. If you are interested |
@bruinxiong May I ask what kind of GPU you are using to train this model? dataset: EMore |
@xmuszq We use 8 Nvidia Titan X with Pascal GPU architecture and 12G DDR5. |
@bruinxiong Hi, did you figure out the difference between ms1m and emore? |
@nttstar @alvenchen can you tell me how are you adjust the lr_step, i come true it use tensorflow , but i can not get a good result, i think the porbelm may be lr_step? |
dataset: emore |
dataset: emore |
How about on MegaFace? |
@stupiding can you tell me how to debug lr_steps? By looking at what indicators to debug? |
I have no Megaface account, so it is not tested for now |
@sharonjunjun Don't understand your meaning by "debug lr_steps", I just adjust lr with SGD when the loss plateau |
@meanmee ”training pipeline: straightforward“ your lr schedule is only 0.1? or you change lr in different |
@yoookoo did your acc reach 1 in the training process ? If so , did you clean EMore yourself before training ? |
dataset: EMore |
Can you share the architecture? |
what do you mean res-4-8-16-8? |
@LicheeX can you share the training log and model? |
can you tell me where is y2 network? is the y2 network designed by you? I can't find it in author's source code, really appreciate it. |
https://github.com/deepinsight/insightface/blob/master/recognition/symbol/fmobilefacenet.py |
Before you retrain ,what`s your lr(lr=0.1)? |
Does this emore have overlap with tested datasets? It seems to perform abnormally well on LFW and CFP FF, which suggests overlap with frontal celebrities. |
Which GPU you use, and how many GPU? |
Did you test on megaface? |
Hi, what embedding setting do you use? GDC or GNAP or E? |
Hi,do your lr is 0.1? Thanks. |
A new training dataset 'insightv2'(code name emore) (still largely based on ms1m) is available at baiducloud and onedrive (from @gdshen ) which can achieve a better accuracy easily. I hope anybody who uses insightface can post your training accuracy and detail here to show the strength of our network backbone, dataset and loss function. (Currently I will not provide pretrained models)
(more training dataset contribution is welcome, email me pls~)
The format may like below(take from one of my experiments):
The text was updated successfully, but these errors were encountered: