/mtcnn

mtcnn in python

Primary LanguagePythonMIT LicenseMIT

mtcnn

It a python version of mtcnn, which is a face detection using cnn.

Requirement

  1. ubuntu
  2. caffe && pycaffe: https://github.com/BVLC/caffe, my csdn
  3. opencv && cv2: my csdn
  4. 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