Face-Recognition icon indicating copy to clipboard operation
Face-Recognition copied to clipboard

Question about verification protocol

Open yjhong89 opened this issue 1 year ago • 0 comments

Hi. I am YJHong and thanks for sharing your great work!

My questions are:

  • Why using l2 metric instead of cosine similarity when doing the verification ?
  • When I use cosine similairty for verification using your pretrained model (IRSE50 / mobilefacenet both), its performance even worse than VGGFaceNet (trained by simple soft-max). Is this due to cosine similarity ?
  • About preprocess: 1) bbox using face detector - 2) plus margin - 3) resize to 112,112 - -4) ToTensor (divide by 255) - 5) Normalize (0.5,0.5,0.5) -> -> this right ?

yjhong89 avatar Nov 10 '22 05:11 yjhong89