Coder Social home page Coder Social logo

Question about paper. about gscnn HOT 4 CLOSED

nv-tlabs avatar nv-tlabs commented on May 29, 2024
Question about paper.

from gscnn.

Comments (4)

tovacinni avatar tovacinni commented on May 29, 2024 2

Thanks for your interest in our work!

  1. Yes, I believe Eq.(6) is missing a minus sign. We will fix this, thanks for pointing it out!

  2. We use canny edges.

  3. We use bilinear upsampling.

2/3. We plan on releasing the code soon, so hopefully these questions would be answered more accurately once that happens.

from gscnn.

Nutakki2259 avatar Nutakki2259 commented on May 29, 2024 1

Hi, When can i get the code for this project?

from gscnn.

arc144 avatar arc144 commented on May 29, 2024

Thanks for your paper and reply. May I also ask some questions?

  1. How do you use the ASPP module to fuse the regular stream with shape stream? Do you apply ASPP only to regular stream, upsample it and then concatenate with shape stream followed by 1x1 conv?

  2. In the shape stream figure there is a conv1x1 leading to another conv1x1 (from gradients) does it mean that you concat the results of both convolutions?

  3. Finally, if I'm working in a binary context (foreground/background) may I simply replace the CE-losses for BCE and replace the argmax/gumbel softmax with a simple treshold?

Thanks a lot. Will the code be released this month?

from gscnn.

tovacinni avatar tovacinni commented on May 29, 2024

Thanks for your interest in our work!

@arc144

1/2. We have released the code now so I think the code would better answer that question.

  1. I believe so! We have tried our network with some private datasets in a binary context and results do seem to improve. Thresholding is one strategy, but you could also consider having 2 classes (foreground / background).

@Nutakki2259

The code has been released.

from gscnn.

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.