nieshaoshuai / RaspberryPi-FaceDetection-MTCNN-Caffe-With-Motion

MTCNN with Motion Detection, on Raspberry Pi with Love

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MTCNN with Motion Detection On Raspberry Pi 3

The Python version of MTCNN running on Raspberry Pi 3 with Love.
Also a motion detection trigger will help to improve the quality.

Requirement

  1. Raspbian
  2. Caffe && PyCaffe: https://github.com/BVLC/caffe, My Blog
  3. OpenCV && CV2: My Blog
    If you have good luck, sudo apt-get install opencv python-opencv will have it done.
  4. Numpy
    sudo apt-get install python-numpy
  5. Jupyter(Optional)
    sudo pip install jupyter
  6. WebCam(D-Link DCS-932L)
    I have it on hand, so have to write a IPCamera class for it.
    You can simply use a Camera Model of PI (OV5647), it need Camera White Balance and parameter finetune. (PR Welcome)

Tell mtcnn where pycaffe is

Edit mtcnn/_init_paths.py, change caffe_path to your own.

Run

Demo.ipynb

About

MTCNN with Motion Detection, on Raspberry Pi with Love


Languages

Language:Jupyter Notebook 99.3%Language:Python 0.7%Language:MATLAB 0.0%