Awesome
mtcnn
It a python version of mtcnn, which is a face detection using cnn.
Requirement
- ubuntu
- caffe && pycaffe: https://github.com/BVLC/caffe, my csdn
- opencv && cv2: my csdn
- numpy
Tell mtcnn where pycaffe is
Edit mtcnn/_init_paths.py, change caffe_path to your own.
Run
git clone https://github.com/DuinoDu/mtcnn && cd mtcnn
./run