python - Arcface implementation returning the same embedding ...
stackoverflow.com › questions › 66784023Mar 24, 2021 · I also tried different architectures - VGG16, VGG19, resnet101, resnt50, also tried different batch size = 128,32,16,1 and lr with Adam and SGD - but same results. I used different ARcface parameters = (s=1-,30,50,64 and w=0.2,0.3,0.5,1.3) but again nothing changed, although training converge after 14-11 epocs. Train samples 1645, test 705 and ...
arcface - PyPI
https://pypi.org/project/arcface19.04.2021 · arcface 0.0.8 Project description ArcFace face recognition Implementation of the ArcFace face recognition algorithm. It includes a pre-trained model based on ResNet50. The code is based on peteryuX's implementation.