Phxmark / Retinaface-caffe

Retinaface caffe with mnetv2 0.25(and many more)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add mobilenet v2 0.25 with retinaface-cpp

The following to download all other converted models, mnetv1_25 and R50 are not converted by me. https://drive.google.com/open?id=1VoABSiHXiVlRCEryKtf3UG_BW9236UUp

RetinaFace-Cpp

RetinaFace detector with C++

official RetinaFace

I convert mobilenet-0.25 mxnet model (trained by yangfly) to caffe model

  • I have checked the output of the two models be the same.

  • For same input images, the output of the two detector (python version and cpp version) is same.

  • Haven't tested widerface yet, but it is in the plan.

(the code is too simple, only for reference 23333)

Please replace your own inference code (caffe/ncnn/feather .etc) in the source code

About

Retinaface caffe with mnetv2 0.25(and many more)


Languages

Language:C++ 100.0%