wuqianliang / deepid2_caffe

deepid2 face verification base on caffe.
15 stars 8 forks source link

Training LFW #3

Closed xhzcyc closed 6 years ago

xhzcyc commented 6 years ago

I have tried your training script, but it does't work! assert "check failed: data_"

Thanks

wuqianliang commented 6 years ago

@xhzcyc Do you have the train.txt and val.txt in lfw-images dir, you can generate them using train_test_data_split.py

xhzcyc commented 6 years ago

I did liked you said, but running create_DeepID2.sh, assert "A total of 0 images"! Did you encounter this problem?

wuqianliang commented 6 years ago

@xhzcyc assert "A total of 0 images" -- you may not have train.txt and val.txt in caffe-master/data/lfw dir, you should use train_test_data_split.py to generate theses two files.

xhzcyc commented 6 years ago

I have found the problem. The caffe need to modify in convert_imageset()! I succeed in test the model on LFW! Could you share your MsCeleb dataset? Thanks