Coder Social home page Coder Social logo

Comments (4)

qizhuli avatar qizhuli commented on July 25, 2024 2

@authman Hi, I don't think that is what they used. I actually loaded up their released weights using their deploy prototxt and inspected the "ignored layers" output by caffe.

I0718 17:39:40.174931  9953 net.cpp:816] Ignoring source layer data
I0718 17:39:40.174958  9953 net.cpp:816] Ignoring source layer label_gather
I0718 17:39:40.221314  9953 net.cpp:816] Ignoring source layer conv6_gather
I0718 17:39:40.221345  9953 net.cpp:816] Ignoring source layer conv6_gather_conv6_gather_0_split
I0718 17:39:40.221349  9953 net.cpp:816] Ignoring source layer label_shrink
I0718 17:39:40.221354  9953 net.cpp:816] Ignoring source layer label_shrink_label_shrink_0_split
I0718 17:39:40.221357  9953 net.cpp:816] Ignoring source layer loss
I0718 17:39:40.221361  9953 net.cpp:816] Ignoring source layer accuracy
I0718 17:39:40.221366  9953 net.cpp:816] Ignoring source layer conv4_24
I0718 17:39:40.221372  9953 net.cpp:816] Ignoring source layer conv4_24/bn
I0718 17:39:40.221377  9953 net.cpp:816] Ignoring source layer conv4_24/relu
I0718 17:39:40.221382  9953 net.cpp:816] Ignoring source layer conv4_24/dropout
I0718 17:39:40.221387  9953 net.cpp:816] Ignoring source layer conv6_1
I0718 17:39:40.221392  9953 net.cpp:816] Ignoring source layer conv6_1_gather
I0718 17:39:40.221396  9953 net.cpp:816] Ignoring source layer loss_1

Apparently it was a conv/bn/relu/dropout block (the conv4_24s) followed by a single conv (conv6_1) in the auxiliary branch. Would that have made the difference between their reported result and the "meh" results you and I got? Not likely.

Personally I think the key to achieving their stellar accuracy is in finetuning the BN parameters on VOC across multiple GPUs. That is also confirmed by deeplab-v3 which did the BN trick and obtained almost the same accuracy as PSPNet.

from pspnet.

authman avatar authman commented on July 25, 2024

I've tried with {ProjectionConv, BN, Relu, Dropout, Conv2d->NumClasses} as an aux branch. The results were 'meh'.

from pspnet.

mjohn123 avatar mjohn123 commented on July 25, 2024

@qizhuli: do you know where can i get deeplabv3 source code? I did not find it. Thanks

from pspnet.

qizhuli avatar qizhuli commented on July 25, 2024

@mjohn123 I don't think they have released it yet.

from pspnet.

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.