HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

YOLOX: Exceeding YOLO Series in 2021

Zheng Ge Songtao Liu Feng Wang Zeming Li Jian Sun

YOLOX: Exceeding YOLO Series in 2021

Abstract

In this report, we present some experienced improvements to YOLO series, forming a new high-performance detector -- YOLOX. We switch the YOLO detector to an anchor-free manner and conduct other advanced detection techniques, i.e., a decoupled head and the leading label assignment strategy SimOTA to achieve state-of-the-art results across a large scale range of models: For YOLO-Nano with only 0.91M parameters and 1.08G FLOPs, we get 25.3% AP on COCO, surpassing NanoDet by 1.8% AP; for YOLOv3, one of the most widely used detectors in industry, we boost it to 47.3% AP on COCO, outperforming the current best practice by 3.0% AP; for YOLOX-L with roughly the same amount of parameters as YOLOv4-CSP, YOLOv5-L, we achieve 50.0% AP on COCO at a speed of 68.9 FPS on Tesla V100, exceeding YOLOv5-L by 1.8% AP. Further, we won the 1st Place on Streaming Perception Challenge (Workshop on Autonomous Driving at CVPR 2021) using a single YOLOX-L model. We hope this report can provide useful experience for developers and researchers in practical scenes, and we also provide deploy versions with ONNX, TensorRT, NCNN, and Openvino supported. Source code is at https://github.com/Megvii-BaseDetection/YOLOX.

Code Repositories

pmj110119/yolox
pytorch
Mentioned in GitHub
qy1994-0919/cfpnet
pytorch
Mentioned in GitHub
2023-MindSpore-1/ms-code-182
mindspore
Mentioned in GitHub
jesse01/paddle-yolox
paddle
Mentioned in GitHub
xiyie/yolox
pytorch
Mentioned in GitHub
kisna-aryan/YOLOX
pytorch
Mentioned in GitHub
wangdongdut/dut-anti-uav
Mentioned in GitHub
pistachio0812/YOLOX
pytorch
Mentioned in GitHub
apolloauto/apollo-model-yolox
pytorch
Mentioned in GitHub
mszpc/yolox
mindspore
texasinstruments/edgeai-yolox
pytorch
Mentioned in GitHub
zhangming8/yolox-pytorch
pytorch
Mentioned in GitHub
newsun-boki/yolox-openvino-video-infer
pytorch
Mentioned in GitHub
DataXujing/YOLOX-
pytorch
Mentioned in GitHub
chenyicai-0611/YOLOX-Flask-deployment
pytorch
Mentioned in GitHub
middleprince/YOLOX-SS
pytorch
Mentioned in GitHub
Deci-AI/super-gradients
pytorch
Mentioned in GitHub
Megvii-BaseDetection/YOLOX
Official
pytorch
Mentioned in GitHub
open-edge-platform/geti
pytorch
Mentioned in GitHub
MegEngine/YOLOX
pytorch
Mentioned in GitHub
jinsheng124/yolox
pytorch
Mentioned in GitHub
2023-MindSpore-1/ms-code-31
mindspore
Mentioned in GitHub
liuyuan000/yolox_sar
pytorch
Mentioned in GitHub
StephenStorm/YOLOX
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
2d-object-detection-on-ceymoYOLOX
mAP: 57.7
object-detection-on-cocoYOLOX-Darknet53(Darknet53, 640x640, single-scale)
box mAP: 48.0
object-detection-on-cocoYOLOX-Nano(416x416, single-scale)
Params (M): 0.91
box mAP: 25.8
object-detection-on-cocoYOLOX-Tiny(416x416, single-scale)
Params (M): 5.06
box mAP: 32.8
object-detection-on-cocoYOLOX-x(Modified CSP v5, 640x640, single-scale)
box mAP: 51.5
object-detection-on-cocoYOLOX-X (Modified CSP v5)
AP50: 69.6
AP75: 55.7
APL: 66.1
APM: 56.1
APS: 31.2
Params (M): 99.1
box mAP: 51.2
object-detection-on-coco-oYOLOX-X
Average mAP: 30.3
Effective Robustness: 7.26
object-detection-on-coco-oYOLOX-S
Average mAP: 20.6
Effective Robustness: 2.48
object-detection-on-waterscenesYOLOX-M
mAP@50-95: 57.8
real-time-object-detection-on-argoverse-hd-2YOLOX
AP: 47.42
real-time-object-detection-on-argoverse-hd-3YOLOX
AP: 41.1
real-time-object-detection-on-argoverse-hd-5YOLOX
AP: 41.1
real-time-object-detection-on-cocoYOLOv5-X
FPS (V100, b=1): 62.5
box AP: 50.4

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
YOLOX: Exceeding YOLO Series in 2021 | Papers | HyperAI