GithubHelp home page GithubHelp logo

dreadlord1984 / caffe-rfcn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from caiyang/caffe-rfcn

0.0 3.0 0.0 37.62 MB

Caffe branch for R-FCN

License: Other

CMake 2.83% Makefile 0.72% Shell 0.35% C++ 80.40% Cuda 6.22% MATLAB 1.03% Python 8.31% Batchfile 0.14%

caffe-rfcn's Introduction

Caffe branch for R-FCN

This is a branch of Caffe supporting R-FCN, which has been tested under Windows (Windows 7, 8, Server 2012 R2) and Linux (Ubuntu 14.04).

Linux Setup

Pre-Build Steps

Copy Makefile.config.example to Makefile.config

We need to modify Makefile.config to specify some software PATHS, you may view my Makefile.config for reference.

CUDA

Download CUDA Toolkit 7.5 from nVidia website.

Matlab

Uncomment MATLAB_DIR and set MATLAB_DIR accordingly to build Caffe Matlab wrapper. Matlab 2014a and later versions are supported.

cuDNN (optional)

For cuDNN acceleration using NVIDIA’s proprietary cuDNN software, uncomment the USE_CUDNN := 1 switch in Makefile.config. cuDNN is sometimes but not always faster than Caffe’s GPU acceleration.

Download cuDNN v3 or cuDNN v4 from nVidia website. And unpack downloaded zip to $CUDA_PATH (It typically would be /usr/local/cuda/include and /usr/local/cuda/lib64).

Build

Simply type

make -j8 && make matcaffe

Windows Setup

Requirements: Visual Studio 2013

Pre-Build Steps

Copy .\windows\CommonSettings.props.example to .\windows\CommonSettings.props

3rd party dependencies required by Caffe are automatically resolved via NuGet.

CUDA

Download CUDA Toolkit 7.5 from nVidia website.

Matlab

Set MatlabSupport to true and MatlabDir to the root of your Matlab installation in .\windows\CommonSettings.props to build Caffe Matlab wrapper. Matlab 2014a and later versions are supported.

cuDNN (optional)

Download cuDNN v3 or cuDNN v4 from nVidia website. Unpack downloaded zip to %CUDA_PATH% (environment variable set by CUDA installer). Alternatively, you can unpack zip to any location and set CuDnnPath to point to this location in .\windows\CommonSettings.props. CuDnnPath defined in .\windows\CommonSettings.props. By default, cuDNN is not enabled. You can enable cuDNN by setting UseCuDNN to true in the property file.

Build

Now, you should be able to build .\windows\Caffe.sln

Remark

After you have built solution with Matlab support, copy all files in .\Build\x64\Release to R-FCN\external\caffe\matlab\caffe_rfcn.

Further Details

Refer to the BVLC/caffe master branch README for all other details such as license, citation, and so on.

caffe-rfcn's People

Contributors

cypof avatar dgolden1 avatar ducha-aiki avatar eelstork avatar erictzeng avatar flx42 avatar jamt9000 avatar jeffdonahue avatar jyegerlehner avatar kkhoot avatar kloudkl avatar longjon avatar lukeyeager avatar mavenlin avatar mohomran avatar mtamburrano avatar netheril96 avatar philkr avatar qipeng avatar rbgirshick avatar ronghanghu avatar sasagalic-msft avatar sergeyk avatar sguada avatar shelhamer avatar ste-m5s avatar timmeinhardt avatar tnarihi avatar yangqing avatar yosinski avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.