Longqi-S / ncnn-mtcnn

It is a mtcnn project based on ncnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ncnn-mtcnn

It is a mtcnn project based on ncnn

Note

I modified the mtcnn project of https://github.com/ElegantGod/ncnn.git; Please use the ncnn of this repository.

1.I modified the nms algorithm which only needs two loops;
2.I remove the “struct orderScore”, which will save more memory;
3.I rebuild the project structure which is clear;

Result

image

About

It is a mtcnn project based on ncnn


Languages

Language:C++ 96.4%Language:CMake 3.6%