trojans-face-recognizer icon indicating copy to clipboard operation
trojans-face-recognizer copied to clipboard

Code and model for the winner team 'trojans' in ICCV19-Lightweight Face Recognition Challenge

Results 10 trojans-face-recognizer issues
Sort by recently updated
recently updated
newest added

Hi, could you share the training codes, like the new loss function and others, thank you so much.

Hello All, Can someone give me an insight like how does ArgNegLoss weakens the effect of mislabelled dataset. Thanks

Have you ever tested it on megaface?

Hi, could you share the training codes, like the tricks, thanks a lot.

The authors try to achieve Stochastic Depth by simply set "item.weight.requires_grad" to True/False. However, there are two issues: 1. If a block is drop out during one iteration, all of...

Could you offer us more information about why ArcNegFace loss is helpful to utilize hard negative mining and weaken the influence of the error labeling? I didn't see any explanation...

"item.weight.requires_grad = True" of the forward function of class BlockA, BlockB and BlockC will cause the above error. I found it is caused by the use of DataParallel of the...