Coder Social home page Coder Social logo

qinghuizhao / caffe_fast_rcnn_cudnnv5 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from owphoo/caffe_fast_rcnn

0.0 2.0 0.0 11.16 MB

This caffe supports ssd, fast(er)-rcnn with cudnn v5

License: Other

CMake 2.58% Makefile 1.06% Shell 0.42% Python 9.58% C++ 77.82% Cuda 6.00% MATLAB 0.77% M 0.01% C 0.02% Protocol Buffer 1.74%

caffe_fast_rcnn_cudnnv5's Introduction

caffe_fast_rcnn

###based on caffe for ssd(https://github.com/weiliu89/caffe/tree/ssd) It was tested on SSD, Fast-RCNN, Faster-RCNN(If you want to use cudnn v5)

make

cd to CAFFE_PATH

make -j{number}

make pycaffe

For Fast(er)-RCNN

replace 'caffe-fast-rcnn' with this one

file modify(For fast-rcnn)

In 'lib/layer.py'

'layer_params = yaml.load(self.param_str_)' to 'layer_params = yaml.load(self.param_str)'

Path problem(if your want to invoke caffe outside the CAFFE path )

import sys
sys.path.insert(0, 'CAFFE_PATH/python')

Or you can rename this caffe to 'caffe-fast-rcnn'

caffe_fast_rcnn_cudnnv5's People

Contributors

owphoo avatar

Watchers

 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.