Joker316701882 / Additive-Margin-Softmax

This is the implementation of paper <Additive Margin Softmax for Face Verification>
492 stars 149 forks source link

After aligning the lfw, it only has 143 classes #24

Open hasuoshenyun opened 5 years ago

hasuoshenyun commented 5 years ago

Why it has only 143 classes after the alignment? Why you remove the other faces?

ZCCDL commented 5 years ago

me too

Jakoffe commented 5 years ago

The problem is from the get_dataset_common function in face_image.py. It only returns a list of paths to images if there is more then 10 images in that folder. And a lot of folders has less resulting in a smaller alligned data set.