AlfredXiangWu / face_verification_experiment

Original Caffe Version for LightCNN-9. Highly recommend to use PyTorch Version (https://github.com/AlfredXiangWu/LightCNN)
726 stars 327 forks source link

Pytorch implement for Light CNN #138

Open AlfredXiangWu opened 7 years ago

AlfredXiangWu commented 7 years ago

https://github.com/AlfredXiangWu/LightCNN

We strongly recommend to train Light CNN by pytorch.

iqbalnaved commented 6 years ago

The model of LightCNN-29 v2 seems broken. Can you check that and upload a new one?

AlfredXiangWu commented 6 years ago

@iqbalnaved After downloading the model, you can directly load it by pytorch. Refer to issue https://github.com/AlfredXiangWu/LightCNN/issues/3

iqbalnaved commented 6 years ago

Thank you!