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

I feel the size of the trainning data doubt #147

Closed xuezhongcailian closed 6 years ago

xuezhongcailian commented 7 years ago

Hello,Mr Wu,I read your paper and see your github code ,what I want know your trainning set input is 144144 or 128128? I am puzzled to size of trainning and testing set. because I feel the paper is not in line with the description section of repository,could you tell you about this problem?

AlfredXiangWu commented 7 years ago

When training, the 144x144 face image is randomly cropped into 128x128 as the input.