English | 简体中文
-
The YOLOX deployment is based on YOLOX and coco's pre-trained models.
- (1)The *.pth provided by Official Repository should export the ONNX model to complete the deployment;
- (2)The YOLOX model trained by personal data should export the ONNX model. Refer to Detailed Deployment Documents to complete the deployment.
For developers' testing, models exported by YOLOX are provided below. Developers can download them directly. (The accuracy in the following table is derived from the source official repository)
Model | Size | Accuracy |
---|---|---|
YOLOX-s | 35MB | 39.6% |
YOLOX-m | 97MB | 46.4.5% |
YOLOX-l | 207MB | 50.0% |
YOLOX-x | 378MB | 51.2% |
- Document and code are based on YOLOX v0.1.1 version