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