Giter Site home page Giter Site logo

garricklin / mtcnn-light Goto Github PK

View Code? Open in Web Editor NEW

This project forked from haoliuhust/mtcnn-light

4.0 2.0 1.0 2.26 MB

this repository is the implementation of MTCNN with no framework, Just need opencv and openblas, support linux and windows

License: MIT License

CMake 2.93% C++ 96.88% C 0.19%

mtcnn-light's Introduction

MTCNN-light

Introduction

this repository is the implementation of MTCNN with no framework, Just need opencv and openblas.
"Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks", implemented with C++,no framework
it is very easy for you to use.
it is can be a part of your project with no framework, like caffe and mxnet.
it is real time for VGA, and you can improve it's runtime.

Time Cost

The average time cost is about 68ms per frame(640,480).The result is generated by testing a camera. mini_size is 40
cpu i5-4590
os windows10 64bit

Dependencies

opencv 2.0+
openblas

##ubuntu

opencv

you can find many tutorials.

openblas

It is very easy to install
1 download the source code from https://github.com/xianyi/OpenBLAS
2 Extract it and type "cd xxx", xxx means the directory
3 type "make"
4 type "make install PREFIX=your_installation_directory"

if you don't have cmake

apt-get install cmake

usage

cd root_directory
vim CMakeLists.txt
change include_directories(the_directory_of_openblas_include_of_yours)
change link_directories(the_directory_of_openblas_lib_of_yours)
save and exit

cmake .
make
./main

for windows

opencv and openblas

there is binary packages of openblas for windows, you just need download it
But you should to be careful, if you download the 64bit ,you need configure
the opencv and vs project environment with 64bit, don't choose x86

mtcnn-light's People

Contributors

alphaqi avatar garricklin avatar haoliuhust avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sunbinbin1991

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.