Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 582 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 582 Bytes

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