Skip to content

alibaba MNN, mobilenet classifier, centerface detecter, ultraface detecter, pfld landmarker and zqlandmarker, mobilefacenet

License

Notifications You must be signed in to change notification settings

alicera/mnn_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mnn_example

alibaba MNN, mobilenet classifier, centerface detector, pfld landmarker and zqlandmarker, mobilefacenet

2020.03.20: fix bug in face aligner

2020.03.05: add ultraface and blending nms

2020.02.21: add mobilefacenet

2020.02.20: use template to reduce the reaptly code in NMS

2020.02.18: refacter the project

2020.02.17: add zwnet and face database

2020.02.16: refacter the project and add zqlandmarker

2020.02.15: add pfld landmarker and face aligner

2020.02.14: add centerface detector

2020.02.05: add object detection

2020.01.28: add image classification

How to use?

1. convert model

./MNNConvert -f TF --modelFile mobilenet_v1_1.0_224_frozen.pb --MNNModel mobilenet.mnn --bizCode MNN
./MNNConvert -f CAFFE --modelFile MobileNetSSD_deploy.caffemodel --prototxt MobileNetSSD_deploy.prototxt --MNNModel mobilenetssd.mnn --bizCode MNN

2. build

mkdir build && cd build && make -j3 &&  cd src && ./classifier && ./object && ./face

3. classifier result:

图片

4. object result:

图片

5. face detection result:

图片

6. TODO:

  • add pose

7. reference:

About

alibaba MNN, mobilenet classifier, centerface detecter, ultraface detecter, pfld landmarker and zqlandmarker, mobilefacenet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.0%
  • CMake 1.7%
  • C 1.3%