ZhaoJ9014 / face.evoLVe

🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
MIT License
3.41k stars 759 forks source link

Update loss and backbones #152

Closed perfectZh closed 3 years ago

perfectZh commented 3 years ago

Add loss support: ['AdaCos','AdaM_Softmax','ArcFace','ArcNegFace','CircleLoss','CurricularFace','MagFace','NPCFace','MV_Softmax','SST_Prototype'] Add backbone support: EfficientNets GhostNet

khawar-islam commented 3 years ago

@perfectZh In MagFace, the device_id parameter is missing, in other loss functions like ArcFace and CosFace, the device_id is present.