Giter Club home page Giter Club logo

Comments (7)

hyz-xmaster avatar hyz-xmaster commented on May 24, 2024

In my understanding, you are referring to Table 1 rather than Table 2, right?

gt_cls means replacing the classification score with the value of 1.0 at the ground-truth label position. For example, [0.1, 0.3, 0.6] -> [0.1, 0.3, 1.0], assuming the gt label is 3 (0.6 -> 1.0). This indicates the perfect classification for the generated bounding box.

Please be aware that this experiment aims to find out the performance barrier of current dense detectors. It is not part of the evaluation of our proposed algorithm.

from varifocalnet.

czy341181 avatar czy341181 commented on May 24, 2024

但是这样在评估的时候,score不都是1.0了吗。AP的计算不是需要对score进行排序吗,这样性能不会下降吗

from varifocalnet.

czy341181 avatar czy341181 commented on May 24, 2024

我知道这只是想验证检测的上界,并不是方法部分。我只是想知道这部分验证实验的一些细节。还望赐教

from varifocalnet.

hyz-xmaster avatar hyz-xmaster commented on May 24, 2024

Not all generated bounding boxes will have a score of 1.0, but only those boxes which are generated from a few of points inside the gt boxes, i.e foreground points defined by ATSS, will be given a new score of 1.0. Others will be unchanged.

from varifocalnet.

czy341181 avatar czy341181 commented on May 24, 2024

Ideally, it is necessary to make the score of the estimated more accurate box as high as possible, right? If they are all set to 1.0, the boxes of these positive samples are considered to be very accurate, Can this indicate the upper boundary?

from varifocalnet.

hyz-xmaster avatar hyz-xmaster commented on May 24, 2024

This upper boundary is achieved by the perfect classification of bounding boxes (here perfect classification means assigning a correct label to a bounding box without considering its spatial accuracy), and as you see it is limited, although it is higher than the original performance (43.1 vs 38.5) . On the other hand, as shown in Table 1, if you can predict perfect IACSs (gt_cls_iou) as the detection score, the upper boundary is quite high.

from varifocalnet.

czy341181 avatar czy341181 commented on May 24, 2024

OK, thanks for your patient reply! I have no problem

from varifocalnet.

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.