Megvii-BaseDetection / Megvii-BaseDetection/YOLOX
How can i know the all information of YOLOX evalution, such as TP,FP,FN,Prcision,Recall,etc?
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.

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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