Skip to content

Caffe fork that supports SPP_net or faster R-CNN

License

Notifications You must be signed in to change notification settings

liuzongquan/caffe

 
 

Repository files navigation

Caffe for Faster R-CNN

Caffe fork that supports Faster R-CNN, forked from BLVC/caffe on June 27th, 2015.

Compile for Windows

  1. Download a VS 2013 solution (Onedrive, DropBox, BaiduYun) which include some related libraries.
  2. Copy all files in this repo to .\caffe in the solution.
  3. Prepare external libraries of OpenCV/Boost/MKL. Refer to the links below:
  1. Switch the configuration to “Release_Mex” for compiling mex for MATLAB interface.
  2. In the VS solution, modify “Include Directories” and “Library Directories” to point to your external libraries.
  3. Set “Caffe” project as startup project.
  4. Rebuild the entire solution.
  5. Copy all files in .\x64\Release_Mex to faster_rcnn-master\external\caffe\matlab\caffe_faster_rcnn.

Known issues for Windows:

  1. If not using VS 2013, you need to re-build the solution in .\Library\leveldb. Then copy the built leveldb.lib to .\x64\Release_Mex.
  2. If you are not using OpenCV 2.4.9, copy the corresponding opencv dll files to .\x64\Release_Mex.

About

Caffe fork that supports SPP_net or faster R-CNN

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 80.3%
  • Python 8.2%
  • Cuda 4.8%
  • CMake 3.1%
  • Protocol Buffer 1.5%
  • MATLAB 1.1%
  • Other 1.0%