Megvii-BaseDetection / YOLOX

YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/
Apache License 2.0
9.35k stars 2.19k forks source link

way to obtain metrics curves #1776

Open EtiN581 opened 4 months ago

EtiN581 commented 4 months ago

Hi, I need to choose a YOLOX model for a project. Is it possible to obtain a graph of the precision-recall curve or F1 curve (like for yolov5) ? I looked at the yolox/evaluators/voc_evaluator.py file but I'm lost.