Git Product home page Git Product logo

caffe-r-fcn's Introduction

This branch of Caffe extends BVLC-led Caffe by adding other functionalities such as managed-code wrapper, Faster-RCNN, R-FCN, etc. And it has been modified to be complied by c++4.4 and glibc 2.12.


License

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Learning Center (BVLC) and community contributors.

Check out the project site for all the details like

and step-by-step examples.

Linux Setup

Pre-Build Steps

Copy Makefile.config.example to Makefile.config

CUDA

Download CUDA Toolkit 7.5 from nVidia website. The code doesn't support the CPU_ONLY.

cuDNN

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 pycaffe

License and Citation

Caffe is released under the BSD 2-Clause license. The BVLC reference models are released for unrestricted use.

Please cite Caffe in your publications if it helps your research:

@article{jia2014caffe,
  Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
  Journal = {arXiv preprint arXiv:1408.5093},
  Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
  Year = {2014}
}

caffe-r-fcn's People

Contributors

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

Stargazers

Ason93 avatar bigboss avatar Huang  Qiyin avatar Paleve avatar 123 avatar Caffe avatar Jin Zhang avatar  avatar Gus Doh avatar swearos avatar  avatar

Watchers

zhouphd avatar Jin Zhang avatar paper2code - bot avatar

caffe-r-fcn's Issues

Check failed: ExactNumBottomBlobs() == bottom.size() (2 vs. 3) SoftmaxWithLoss Layer

Hello:
When I use your caffe to train faster rcnn's RPN, I meet this problem:

proposal_cls_score_reshape_proposal_cls_score_reshape_0_split_0
I0917 13:23:32.705237 11568 net.cpp:444] loss <- labels_reshape_labels_reshape_0_split_0
I0917 13:23:32.705237 11568 net.cpp:444] loss <- labels_weights_reshape
I0917 13:23:32.705237 11568 net.cpp:418] loss -> loss_cls

F0917 13:23:32.705237 11568 layer.hpp:385] Check failed: ExactNumBottomBlobs() == bottom.size() (2 vs. 3) SoftmaxWithLoss Layer takes 2 bottom blob(s) as input.
F0917 13:23:32.705237 11568 layer.hpp:385] Check failed: ExactNumBottomBlobs() == bottom.size() (2 vs. 3) SoftmaxWithLoss Layer takes 2 bottom blob(s) as input.

Help me!
Thanks!

GCC version compatibility

Hi Zhang-Jin & all contributors,

While I was trying to compile caffe-R-FCN with gcc 5.4, I have confronted some compiling errors. I am wondering what gcc veriosn you have used to compile it. I assumed the update is still going on. Please let me know if you re going to stage the complete version.

Cheers

Gus Doh

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.