anson0910 / CNN_face_detection

Implementation based on the paper Li et al., “A Convolutional Neural Network Cascade for Face Detection, ” 2015 CVPR
253 stars 148 forks source link

can't find the .prototxt files #23

Closed iamwx closed 8 years ago

iamwx commented 8 years ago

hi!

Thanks for you implementation of the cascade cnn. You are doing a great job, and i learn a lot from it. However, i can't find some files you mentioned in the readme, such as CNN_face_detection_models/create_lmdb_scripts/ models/face_12c/solver.prototxt.

Can you please tell me what happened? can i get that files?

thanks lot!

Best regards Xing Wang

anson0910 commented 8 years ago

Hi, you're welcome! Sorry, forgot to mention that they are located in another repository, here's the link!

iamwx commented 8 years ago

I have find that files in another respository.

Thanks!