Megvii-BaseDetection / Megvii-BaseDetection/YOLOX

How can i know the all information of YOLOX evalution, such as TP,FP,FN,Prcision,Recall,etc?

Open
#1,315 23 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
10.6k
Forks
2.5k
PR merge metrics
No merged PRs in 30d

Description

I have changed parameters in coco_evaluator.py ,voc_eval.py and voc_evaluator.py, but there's still no something i wanna get...

like follwing pic
I assigned a .txt to store the information, but it failed...I really have noooo idea how to resolve my issue.

image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading coco_evaluator.py, voc_eval.py, and voc_evaluator.py to identify which evaluation values are currently calculated and exposed. Compare those paths with the requested TP, FP, FN, precision, and recall output; the work is done when the relevant metrics are available in a reproducible evaluation result.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
computer-vision
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.