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/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set different thresholds for different objects

simpson0826 opened this issue · comments

Can I Set different thresholds for different objects?
For example,I want to set the vehicle threshold to 0.5, person threshold to 0.2, and bicycle threshold to 0.2.
How can I do it when I export model