How to compute mAP? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Moderator Election Q&A - Questionnaire 2019 Community Moderator Election ResultsWith unbalanced class, do I have to use under sampling on my validation/testing datasets?Chance Curve in Accuracy-vs-Rank Plots in matlabBest approach for image recognition/classification with few training dataHow to calculate mAP for detection task for the PASCAL VOC Challenge?Sci-kit learn function to select threshold for higher recall than precisionMulti-label classifciation: keras custom metricsYOLO: how are outputs generated and how are feature maps used?Mask RCNN detecting object but mask is inaccurateUsing a discriminator to distinguish ground truth and predicted boxes for FRCNNmAP mean average precision for 4 object per image . Can you explain it?

Google .dev domain strangely redirects to https

How to pronounce 伝統色

AppleTVs create a chatty alternate WiFi network

How to compare two different files line by line in unix?

Would it be easier to apply for a UK visa if there is a host family to sponsor for you in going there?

Do I really need to have a message in a novel to appeal to readers?

Project Euler #1 in C++

What is Adi Shankara referring to when he says "He has Vajra marks on his feet"?

What would you call this weird metallic apparatus that allows you to lift people?

One-one communication

Most bit efficient text communication method?

How to play a character with a disability or mental disorder without being offensive?

File name problem(?)

Crossing US/Canada Border for less than 24 hours

Is CEO the "profession" with the most psychopaths?

Take 2! Is this homebrew Lady of Pain warlock patron balanced?

How to draw/optimize this graph with tikz

Antipodal Land Area Calculation

How many time has Arya actually used Needle?

Can you explain what "processes and tools" means in the first Agile principle?

Is there hard evidence that the grant peer review system performs significantly better than random?

How does the math work when buying airline miles?

Dyck paths with extra diagonals from valleys (Laser construction)

"Lost his faith in humanity in the trenches of Verdun" — last line of an SF story



How to compute mAP?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Moderator Election Q&A - Questionnaire
2019 Community Moderator Election ResultsWith unbalanced class, do I have to use under sampling on my validation/testing datasets?Chance Curve in Accuracy-vs-Rank Plots in matlabBest approach for image recognition/classification with few training dataHow to calculate mAP for detection task for the PASCAL VOC Challenge?Sci-kit learn function to select threshold for higher recall than precisionMulti-label classifciation: keras custom metricsYOLO: how are outputs generated and how are feature maps used?Mask RCNN detecting object but mask is inaccurateUsing a discriminator to distinguish ground truth and predicted boxes for FRCNNmAP mean average precision for 4 object per image . Can you explain it?










0












$begingroup$


I would like to compute mAP. I detect only 1 class.
I know should create two array. Presicion array and recall array and plot Precision/Recall Curve (PR Curve).



Max of Groud-truth bounding boxes: 4
Max of Prediction bounding boxes: 2



Should I compute AP for one image and then sum of the AP and divide by number of images?



I use MASK RCNN. Thank you in advance.










share|improve this question









$endgroup$
















    0












    $begingroup$


    I would like to compute mAP. I detect only 1 class.
    I know should create two array. Presicion array and recall array and plot Precision/Recall Curve (PR Curve).



    Max of Groud-truth bounding boxes: 4
    Max of Prediction bounding boxes: 2



    Should I compute AP for one image and then sum of the AP and divide by number of images?



    I use MASK RCNN. Thank you in advance.










    share|improve this question









    $endgroup$














      0












      0








      0





      $begingroup$


      I would like to compute mAP. I detect only 1 class.
      I know should create two array. Presicion array and recall array and plot Precision/Recall Curve (PR Curve).



      Max of Groud-truth bounding boxes: 4
      Max of Prediction bounding boxes: 2



      Should I compute AP for one image and then sum of the AP and divide by number of images?



      I use MASK RCNN. Thank you in advance.










      share|improve this question









      $endgroup$




      I would like to compute mAP. I detect only 1 class.
      I know should create two array. Presicion array and recall array and plot Precision/Recall Curve (PR Curve).



      Max of Groud-truth bounding boxes: 4
      Max of Prediction bounding boxes: 2



      Should I compute AP for one image and then sum of the AP and divide by number of images?



      I use MASK RCNN. Thank you in advance.







      machine-learning deep-learning convolution






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 2 at 15:58









      BadumBadum

      537




      537




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "557"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48455%2fhow-to-compute-map%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Data Science Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48455%2fhow-to-compute-map%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Adding axes to figuresAdding axes labels to LaTeX figuresLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?adding axes to shapesAlign axes across subfiguresAdding figures with a certain orderLine up nested tikz enviroments or how to get rid of themAdding axes labels to LaTeX figures

          Luettelo Yhdysvaltain laivaston lentotukialuksista Lähteet | Navigointivalikko

          Gary (muusikko) Sisällysluettelo Historia | Rockin' High | Lähteet | Aiheesta muualla | NavigointivalikkoInfobox OKTuomas "Gary" Keskinen Ancaran kitaristiksiProjekti Rockin' High