ArcFace-Multiplex-Recognition icon indicating copy to clipboard operation
ArcFace-Multiplex-Recognition copied to clipboard

about the error recognition

Open leavessnow26 opened this issue 5 years ago • 3 comments

Thanks for your share, and it's a good job. However when I test the trump.mp4 with the supplied mlp.pkl, I found some error results and the prob is very high. Is there something wrong with me? or how can solve it? QQ图片20190731145427

leavessnow26 avatar Jul 31 '19 07:07 leavessnow26

TL;DR follow this link

So maybe you could retrain the mlp.pkl with your own data(using train_mlp.py), or you can try to use others classifier(even the softmax), or fine-tuning.

By the way, the ArcFace Paper said they used:

  • model ensemble (vote)
  • threelayer fully connected network (MLP), my mlp just have one layer (lol)

1996scarlet avatar Aug 10 '19 12:08 1996scarlet

Hi @leavessnow26 Would you like to share your experience to run usb_camera.py file? Please help me! Best regards, PeterPham

ThanhPham1987 avatar Nov 12 '19 04:11 ThanhPham1987

have u ever try to another way to indetify face, for example: after get the 512-D feature, then compute the distance withe face database. compare with a classifer, which way is better? I just know the distance way, is easy to expand face(number of class), but I don't know which way can get a higher acc.

brealisty avatar Sep 04 '20 10:09 brealisty