AlfredXiangWu / face_verification_experiment

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

about lfw labels in model C-LightenedCNN_C_lfw.mat #149

Closed DCore-2046 closed 6 years ago

DCore-2046 commented 6 years ago

First, thank you for sharing the model. when I load LightenedCNN_C_lfw.mat,labels array[4:7]=[3 3 3 3], and file_path[4:7]=[Aaron_Guiel Aaron_Patterson Aaron_Peirsol_1 _2 _3]; there are some samples flag some label but belong different class. there are some wrong or some info I do not get.

DCore-2046 commented 6 years ago

sorry, there are some samples flag same label but belong different class.

AlfredXiangWu commented 6 years ago

Refer to issue https://github.com/AlfredXiangWu/face_verification_experiment/issues/144

DCore-2046 commented 6 years ago

thanks