insightface
insightface copied to clipboard
implementation of insightface by using Tensorflow
Dear, insightface used multiple dataset like faces_emore or MS1M_Celab etc to training and validation accuracy. Can you explicitly mentioned that which dataset you tried and what are final loss and...
``` loss_type: 'logit' # logit or triplet logits_scale: 64.0 logits_margin1: 1.0 # m1: sphereface should >= 1 logits_margin2: 0.2 # m2: cosineface should >= 0 logits_margin3: 0.3 # m3: arcface...
Hi Wei, Thanks for you awesome work, its really nice to see someone start coding in TF2.0! I have one question about the last fully connected layer in arcface, which...
I want to use genderage.onnx to recognize the age and gender of photos on Android, so I used the onnx2tflite tool to convert genderage.onnx to genderage.tflite, and loaded it with...