-
**Describe the bug**
I've tried multiple methods to run SubCenter-ArcFace-r100-GPU build in Unraid with no success. When trying to run recognition on a face I get the error:
error_outline
Erro…
-
Dear authors, thank you very much for releasing the repository.
May I ask if a trained checkpoint for the ResNet-50 backbone can be provided? We would like to compare with your paper, but have been …
-
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]))
-
Can you send me the the arcface model weight ? My email is 369454780@qq.com. Thank you very much.
-
I got the strange image when I ran this:
python test_one_image.py --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path crop_224/6.jpg --pic_b_path crop_224/ds.jpg --output_path …
-
maybe use asian face dataset to train FaceShifter and Arcface?
increase the identity loss?
![image](https://user-images.githubusercontent.com/13816743/110096771-41306d00-7dd9-11eb-9627-922b8fbe1538.…
-
Lid = CosSim(/phi(Cid), /phi(...))
-
Hi!,
I am trying to do fine-tuning of the last layer of the arcface model, for this leaving frozen all the weights of the network, except those belonging to the last layers. The problem is that the…
-
FileNotFoundError: [Errno 2] No such file or directory: '/data/hhd/dataset/FaceData/InsightFace/faces_ms1m_arcface/agedb_30.bin'
-
Started training baseline models:
1. ResNet50 with ArcFace and CosFace losses
2. ResNet34 with ArcFace
Results aren't good, loss decreasing very slow. For now only loss is tracked, metrics not …