Giter Site home page Giter Site logo

jimchenhub / new-caffe-segnet Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 8.15 MB

Apply segnet in new version of caffe

License: Other

CMake 2.75% Makefile 0.70% Shell 0.34% C++ 79.69% Cuda 5.70% MATLAB 0.89% M 0.01% Python 8.27% Protocol Buffer 1.67%

new-caffe-segnet's Introduction

New Caffe SegNet

To use some new features, I implement the SegNet in current version of Caffe.

Because Caffe has already have Batch Normalization Layer, I just implement Upsample Layer and Dense Image Data Layer.

Caffe

Build Status 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.

Join the chat at https://gitter.im/BVLC/caffe

Please join the caffe-users group or gitter chat to ask questions and talk about methods and models. Framework development discussions and thorough bug reports are collected on Issues.

Happy brewing!

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}
}

new-caffe-segnet's People

Contributors

jimchen0605 avatar

Stargazers

Anand Thakker avatar

Watchers

James Cloos avatar jimchen avatar

new-caffe-segnet's Issues

bn_param layer appears to be missing

[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 51:12: Message type "caffe.LayerParameter" has no field named "bn_param".

It looks like bn_layer.cpp and *.cu are missing from your src/layers folder

Do I need to change the bn layer to batch_normalization or whatever the newer version of caffe uses in the prototxt?

Missing .Doxyfile and error in Cuda.cmake

Missing .Doxyfile:

I had to manually add the .Doxyfile for it to compile correctly.

Error in Cuda.cmake:

I have cudnn version 5.1.3 installed, but kept getting the error that it has to be >3, so I had to edit the detect_cuDNN function to add

set(CUDNN_VERSION_MAJOR "5")

after the

if(NOT CUDNN_VERSION_MAJOR)
    set(CUDNN_VERSION "???")
else()
    set(CUDNN_VERSION "${CUDNN_VERSION_MAJOR}.${CUDNN_VERSION_MINOR}.${CUDNN_VERSION_PATCH}")
endif()

since I think it doesn't correctly get the version number from cudnn.h at the top of the function

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.