ElasticFace
ElasticFace copied to clipboard
Official repository for ElasticFace: Elastic Margin Loss for Deep Face Recognition
- I'm not good at English - 1. I downloaded megaface train dataset at https://github.com/deepinsight/insightface/tree/master/recognition/_datasets_ but it is not .jpg, it is .bin I want to know the dataset flow,...
when I train with my custom data set if I keep default config.num_classes and config.num_image it work and if I set config.num_classes and config.num_image by my classes and number image...
Hi, @NetoPedro, thank you for your work. I have a question, what is the network structure of the provided pretrained weight file? Is it iresnet100 or iresnet50? If it is...
I want to draw a figure like Fig. 1, but i don't know how to do. Can you tell me.Thank you!
Model and bin files are on different device.
hi i want to reduce the number of datasets but changing config.val_targets doesn't help it leads to an error. Also i am running the code with local_rank =0 is that...
Can you elaborate on `index = torch.where(label != -1)[0]` in utils/losses.py? This line is present for various losses. Do I understand correctly that this is a mechanism for contre-examples, i.e....