gogo00007 / mtcnn

mtcnn in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

mtcnn in python

License:MIT License


Languages

Language:Python 98.8%Language:MATLAB 1.2%