GithubHelp home page GithubHelp logo

Comments (4)

bingykang avatar bingykang commented on August 18, 2024

Hi, thank you for your interest.

  1. The reweighting coefficients are the key here. At testing, the coefficients are actually from the training set. Each class only have one reweighting vector by averaging all training examples within this category. The meta-model is only used at training to learn such coefficients, but it can be discarded at testing as long as we compute reweighting vectors from the training set.

  2. I guess N means N classes here? If so, we use them all.

from fewshot_detection.

PCH10507323 avatar PCH10507323 commented on August 18, 2024

Hi, thanks for your quickly reply.
The first question I can understand now.
For the second one, my question is after we get N set of reweighting coefficients (N is class nums) from all training images, we need to use each of them to multiply with the output vectors from extractor, so each test image will have N set of output vector? If so, how do we decide which one is the final detection result in the N set of outputs? Thanks.

from fewshot_detection.

bingykang avatar bingykang commented on August 18, 2024

We use them all, each is responsible for generating predictions for that class. You can refer to the paper for details.

from fewshot_detection.

PCH10507323 avatar PCH10507323 commented on August 18, 2024

Thanks, let me check details first.

from fewshot_detection.

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.