Giter VIP home page Giter VIP logo

Comments (11)

ethanhe42 avatar ethanhe42 commented on September 23, 2024 3

The above residual network example of tensorflow has been moved here

from faster_rcnn.

futurely avatar futurely commented on September 23, 2024 1

The new architecture is so simple to implement and the results are so strong that you might win the ICCV Best Paper Award (Marr Prize). It is certain that all types of deep neural network models will adopt residual learning and gain consistent performance improvements very soon.

Unfortunately, the paper did not mention the details of your segmentation algorithm. We will have to wait for another paper focus on that topic.

from faster_rcnn.

futurely avatar futurely commented on September 23, 2024 1

https://github.com/tensorflow/skflow/blob/master/examples/resnet.py

from faster_rcnn.

ShaoqingRen avatar ShaoqingRen commented on September 23, 2024

The paper can be found in http://arxiv.org/abs/1512.03385.

from faster_rcnn.

n3011 avatar n3011 commented on September 23, 2024

@ShaoqingRen any hint on implementing it using caffe? @futurely

from faster_rcnn.

futurely avatar futurely commented on September 23, 2024

Several examples are available in MXNet, Keras and Lasagne. apache/mxnet#931

from faster_rcnn.

futurely avatar futurely commented on September 23, 2024

Caffe: https://github.com/beijbom/beijbom_python_lib/blob/master/beijbom_caffe_tools.py

from faster_rcnn.

webmaven avatar webmaven commented on September 23, 2024

@futurely (and anyone else): is there a TensorFlow implementation?

from faster_rcnn.

gcr avatar gcr commented on September 23, 2024

A warning: Quite a few of these implementations seem to be adding ReLU after every convolution layer. That doesn't seem right to me. If your building block is y = ReLU(f(x)) + x, then every layer will only increase y and never decrease y because one of the terms of the addition is constrained to be nonnegative.

The original paper only uses ReLU just after the addition y = ReLU(f(x) + x), and right after the first (but not the second) convolution layer.

from faster_rcnn.

erogol avatar erogol commented on September 23, 2024

@gcr good point

from faster_rcnn.

liuguiyangnwpu avatar liuguiyangnwpu commented on September 23, 2024

I want to use tensorflow to complish the residual network of MSAR. Who can give me some code support ! Not the paper ! Thx!

from faster_rcnn.

Related Issues (20)

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.