Giter VIP home page Giter VIP logo

Comments (3)

Yuxin-CV avatar Yuxin-CV commented on August 16, 2024 1

Hi @JialianW, thanks for your valuable issue!

We add no constraint to the proposal boxes at the first stage during training, so the proposal boxes are naturally learnt to be (~0.5, ~0.5, ~1, ~1).

You can also check the pre-trained weight provided by the official Sparse R-CNN repo, the learnt proposal boxes at the first stage should be (~0.5, ~0.5, ~1, ~1) (Therefore the Fig.5 in Sparse R-CNN paper is incorrect...). That means the proposal boxes at the first stage always trend to RoIAlignnearly all the P5 feature map for every instances, which is somewhat intuitive.

We also find that detach the proposal boxes at the first stage gives similar object detection results.

from queryinst.

JialianW avatar JialianW commented on August 16, 2024

Thank you for the useful answers! I have another question regarding your Youtube-VIS experiments: did you change the roi align mapping threshold for FPN? The default mapping threshold is 56 defined in "class SingleRoIExtractor". Since you use relatively small images for Youtube-VIS, I was wondering if you changed this to make it extract features from higher resolution from FPN?

from queryinst.

Yuxin-CV avatar Yuxin-CV commented on August 16, 2024

Thank you for the useful answers! I have another question regarding your Youtube-VIS experiments: did you change the roi align mapping threshold for FPN? The default mapping threshold is 56 defined in "class SingleRoIExtractor". Since you use relatively small images for Youtube-VIS, I was wondering if you changed this to make it extract features from higher resolution from FPN?

We haven't changed that :(
Your suggestion seems quite reasonable and we will try it in the future, thanks!

from queryinst.

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.