Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.18 KB

Mini-Caffe-Examples

Projects use Mini-Caffe as a C++ library to run CNNs.

deeplandmark

Detect facial landmarks with Mini-Caffe. Caffe models are trained by luoyetx/deep-landmark. A video test can be viewed here.

G in WGAN

Generate anime face using WGAN. Model is trained by luoyetx/WGAN and converted to Caffe model.

R-FCN

Object Detection via Region-based Fully Convolutional Networks is converted from Orpine/py-R-FCN. Donwload resnet50_rfcn_final.caffemodel then you can run the code.

SSH

SSH: Single Stage Headless Face Detector is converted from mahyarnajibi/SSH. Download SSH.caffemodel and run the code on GPU.

SSD

SSD: Single Shot MultiBox Detector is converted from chuanqi305/MobileNet-SSD.

Build

You need OpenCV to build examples.

$ mkdir build
$ cd build
$ cmake ..