GithubHelp home page GithubHelp logo

Comments (3)

rafaelpadilla avatar rafaelpadilla commented on July 21, 2024

Dear @VinayakaPrabhu,

Answering your questions:

  1. It is hard do say which threshold is the best when evaluating mAP. It depends on how many classes you have and their particular AP. The number of TP and FP can help, but it is a trade-off between how many wrong detections you allow to have in order to obtain the TP. In a real system you should evaluate how critical your results will be if you increase the amount of FP detections.

  2. I don't know Iamr. Do you have a paper or a reference to it? Have you googled it?

  3. IOUthreshold is the threshold that will define if your detection is a TP or a FP considering the area of intersection with the object (it is explained in the README). If your IOU threshold is very strict (high values) your bounding boxes must be very close to the ground truth ones. If your threshold is very low, you are accepting a relative small area of intersection between your detection and the object (bad detections). Usually the IOUThreshold is set to 50% to 75%. But it all depends on the purpose of your application.
    The term "threshold" itself is usually applied to the confidence of the detections. Usually object detectors retrieve bounding boxes, classes and the confidence values. The confidence value means how confident the detector is about the class of the object.

I hope it helped.

from object-detection-metrics.

VinayakaPrabhu avatar VinayakaPrabhu commented on July 21, 2024

Thanks a lot.

is there any way to plot these two curves in the result?

visdom

Or anything like this? So. That a best threshold or best mAP etc can be extracted?

from object-detection-metrics.

rafaelpadilla avatar rafaelpadilla commented on July 21, 2024

Dear @VinayakaPrabhu,

Those curves are usually used to evaluate models used for classification. This is not the goal of our repository. Here we use a different metric for object detection only.

Regards,
Rafael

from object-detection-metrics.

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.