Skip to content

canteen-man/fcn_caffe_cpp_forward

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

fcn_caffe_cpp_forward

fcn_caffe_cpp_forward

Already have a lot of program of fcn forward by python.This is the cpp program of fcn to forward use caffe.

My cpp is just two class,use fcn32s deploy and the last feature map is 256*256.

You need modify this program to adapt you situation.

There are the deploy and the cpp.

The Compile command:

g++ -o fcntest main.cpp pkg-config --cflags --libs opencv -I /path to you caffe/include -I/path to you caffe/build/src -L /path to you caffe/build/lib -I /usr/local/cuda/include -L /usr/local/cuda/lib64 -lcaffe -lglog -lboost_system -lcudnn

*****Already change the program.Now,it can multi classification.

*****The program has been annotated, can be modified according to the actual situation.

*****The program annotation is chinese.

About

fcn_caffe_cpp_forward

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages