Code Monkey home page Code Monkey logo

Comments (4)

H19012 avatar H19012 commented on June 26, 2024 1

Would you mind providing a few more details? What code did you run, what file did you get the percentiles form? Please be more specific so I can help you better, and so whoever reads this issue can understand better what you are referring to. Thanks!

After looking at your supplementary PDF(http://www.vision.caltech.edu/~mronchi/papers/ICCV17_PoseErrorDiagnosis_SUPP.pdf page 7), specifically the "Background False Negatives Analysis" figures, my confusion went away. Thank you for your reply.

from coco-analyze.

matteorr avatar matteorr commented on June 26, 2024

Would you mind providing a few more details? What code did you run, what file did you get the percentiles form? Please be more specific so I can help you better, and so whoever reads this issue can understand better what you are referring to. Thanks!

from coco-analyze.

H19012 avatar H19012 commented on June 26, 2024

Sorry to bother again, but just to make sure here is my question:-
Annotation 2020-04-24 112543
Annotation 2020-04-24 112616

What does the height of these bins signify? And also for the blue graph, is the right most bin same as summation of Background FP or not( if the threshold is set so that only FPs in the 80th percentile are considered FP)?

from coco-analyze.

matteorr avatar matteorr commented on June 26, 2024

The first plot is the histogram of the confidence scores for false positive detections. The analysis code looks at all the scores of the provided detections and then plots the histogram of scores only for the false positives.

A high score false positive is problematic, as it means that your algorithm is making a bad prediction with high confidence. In that histogram you can see how many false positives you have for the 20th, 40th, 60th and 80th percentile of all detection scores. Note that you could change the percentiles to be whichever ones you prefer in backgroundFalsePosErrors.py.

The second plot is a histogram of area sizes for false positive or false negative detections (can't tell which from the snapshot since the analysis code creates an histogram for both). This is meant to show you what area sizes do you typically have for false positive or false negatives. For instance, if you have many small false positives it could suggest that your algorithm is detecting a lot of small people that are not truly people.

Hopefully this cleared your doubts, feel free to re-open if you still have questions.

from coco-analyze.

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.