clcarwin / sphereface_pytorch

A PyTorch Implementation of SphereFace.
MIT License
714 stars 172 forks source link

Why the classnum is 10574 instead of 10575 #58

Open njuaplusplus opened 3 years ago

njuaplusplus commented 3 years ago

The CASIA has 10575 different classes. I wonder:

  1. why your model only has 10574 classes?
  2. which label did you skipped during training.

Thank you very much.

njuaplusplus commented 3 years ago

I found one answer in the repo of your reference. It says they removed 3 overlapped identities so the number of classes is 10572. But yours is 10574, I wonder which 1 is removed. I am comparing different classifiers pre-trained on CASIA, so it's very important to align their outputs.

Thank you very much and looking forward to your reply.

njuaplusplus commented 3 years ago

According to your casia_landmark.txt, I find it's the last identity '6573530 Karen_Ann_Cabrera' missing. Is this the case? and why?