wy1iu / sphereface

Implementation for <SphereFace: Deep Hypersphere Embedding for Face Recognition> in CVPR'17.
MIT License
1.59k stars 541 forks source link

How to construct your input text file? #120

Closed jangho2001us closed 5 years ago

jangho2001us commented 5 years ago

Hi,

Following your code. I encountered an error which is related to build matcaffe. I am tried to build matcaffe by changing my gcc and g++ version to 4.9, but I am failed. The reason why I am tried to solve this issue is to derive 'CASIA-WebFace-112X96.txt' file.

To push a bunch of triplet pairs, I guess you used txt file as an input source. I try to construct txt file similar with your 'CASIA-WebFace-112X96.txt' format. Could you describe the detail of the txt file?

Thanks!