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 generate ' lfw-112X112 ' ? #140

Open a26z15 opened 1 year ago

a26z15 commented 1 year ago

Hello! Thanks for sharing the codes!

I'd like to know what's the meaning of these numbers in the picture ( in the file : code/face_align_demo.m ).

image

If I want to use the command ' run code/face_align_demo.m ' to generate ' lfw-112X112 ', shoud I change those numbers above? Or what change should I make to ' preprocess/code/face_detect_demo.m ' and ' code/face_align_demo.m '

Thanks for helping!