LicheeX / MTCNN-NCNN

Face detection and landmark implementation with mtcnn based on ncnn framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MTCNN-NCNN

Face detection and landmark implementation with mtcnn based on ncnn framework.

Note

  1. This project is modified from https://github.com/Longqi-S/ncnn-mtcnn.git;
  2. I compiled ncnn on RK3399, ubuntu 16.04,if you use other platform, replace ncnn include files and libncnn.a;
  3. Compile the MTCNN-NCNN project you will get the libmtcnn.a and libmtcnn.so file in the lib directory, you can also run mtcnn_test in bin directory and get the result of Face detection and landmark;

Quick Start

mkdir bin

mkdir build

cd build

cmake ..

make

cd ../bin

./mtcnn_test

if you use other platform, compile ncnn project first and replace releated include files and libncnn.a in this project. (https://github.com/Tencent/ncnn.git)

Result

image

About

Face detection and landmark implementation with mtcnn based on ncnn framework


Languages

Language:C++ 95.2%Language:CMake 3.2%Language:C 1.6%