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

How to python caffe to test the model #43

Closed msukoz closed 5 years ago

msukoz commented 5 years ago

I use happynear's caffe flow and build it under vs2015, cuda 8.0, anaconda2-4.3.1 and no cudnn. I have successed building caffe with python wrapper, but I dont know how to use our codes and model to do a face detection test for I am the first time using python codes. Can anyone give me some pipe or tips to continue the experiment. Thanks a lot.