GroupFacePytorch icon indicating copy to clipboard operation
GroupFacePytorch copied to clipboard

none official pytorch implement of CVPR2020 GroupFace

Results 5 GroupFacePytorch issues
Sort by recently updated
recently updated
newest added

Hi, thank you for your grate work! Have you trained the model based MS1M-Arcface dataset? I tried to train, only get 0.9755 accuracy on LFW. Looking forward to your reply,...

For the loss part, shouldn't we use arcface loss + self grouping loss?

1. How to use specific GPU's for multi-GPU training? 2. Please tell me how to use multi-GPU maximum.

Tested with decreasing image size, but still not enough.

for line 77 in arcface_loss.py generated_len = int(expected_len_centers - positeve_centerIdxs.shape[0]) to generated_len = abs(int(expected_len_centers - positeve_centerIdxs.shape[0]))