Giter Club home page Giter Club logo

Comments (5)

dbolya avatar dbolya commented on August 18, 2024

A 1x1 kernel conv layer is just a fc layer applied individually to each pixel in the image. That's what I meant by saying "as the product of an fc layer". One conv layer is producing mask coefficient for every pixel in the conv out individually--doing it with a conv is just way more efficient.

from yolact.

abhigoku10 avatar abhigoku10 commented on August 18, 2024

@dbolya from the paper it seems that the mask coefficients are linear , is their any way we can make the coefficients non linear . If so how could we approach .

from yolact.

dbolya avatar dbolya commented on August 18, 2024

@abhigoku10 It's not exactly linear depending on which place you look. The coefficients themselves go through a tanh, so they're all from -1 to 1. Then once they get multiplied with the prototypes (which are ReLU'd so they go from 0 to inf), that whole thing goes through a sigmoid. You could add some coefficients that get multiplied into a square prototype or something like that (similar to geometric [nonlinear] regression).

from yolact.

abhigoku10 avatar abhigoku10 commented on August 18, 2024

@dbolya i wanted to improve the accuracy for person detection in mscoco and custom data for that when i visualisation the protomask i am getting the features but the mask coefficients is low so increase that

from yolact.

xuchengggg avatar xuchengggg commented on August 18, 2024

A 1x1 kernel conv layer is just a fc layer applied individually to each pixel in the image. That's what I meant by saying "as the product of an fc layer". One conv layer is producing mask coefficient for every pixel in the conv out individually--doing it with a conv is just way more efficient.

Hi, in the PredictionModule notes, you said 'this is slightly different to the module in the paper', is this meanings change the extra_head_net kernel size from 11 to 33, and is this original 1*1 the fc layers mentioned in your paper? And now there is no fc layer in prediction of mask_coefficients?

from yolact.

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.