Skip to content

cholihao/Retinaface-caffe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages