insmod-he / FPN

Feature Pyramid Networks for Object Detection on caffe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Pyramid Network on caffe

This is the unoffical version Feature Pyramid Network for Feature Pyramid Networks for Object Detection https://arxiv.org/abs/1612.03144

the mxnet unoffical version Feature Pyramid Network: https://github.com/unsky/Feature-Pyramid-Networks

usage

dowload VGG16 VGG16.v2.caffemodel and your dataset

make caffe

cd FP-caffe
mkdir build
cd build
cmake ..
make -j16 all

make lib

cd lib
make 

train

./experiments/scripts/FP_Net_end2end.sh 1 VGG16 pascal_voc

test

./test.sh 1 VGG16 pascal_voc

if you have issue about the fpn, open an issue.

About

Feature Pyramid Networks for Object Detection on caffe


Languages

Language:Jupyter Notebook 48.2%Language:C++ 38.7%Language:Python 7.2%Language:Cuda 2.9%Language:CMake 1.4%Language:MATLAB 0.5%Language:Shell 0.4%Language:Makefile 0.3%Language:C 0.1%Language:CSS 0.1%Language:HTML 0.1%Language:M 0.0%