Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 ..