Update README.md

This commit is contained in:
leiqing
2022-08-11 14:57:37 +08:00
committed by GitHub
parent b96eb01608
commit f3ec4638e2

View File

@@ -1,7 +1,7 @@
# YOLOX准备部署模型
## 模型版本说明
- YOLOX部署实现来自[YOLOX v0.1.1分支](https://github.com/Megvii-BaseDetection/YOLOX/tree/0.1.1rc0),基于[coco的预训练下载模型](https://github.com/Megvii-BaseDetection/YOLOX/releases/tag/0.1.1rc0)。
- YOLOX部署实现来自[YOLOX v0.1.1分支](https://github.com/Megvii-BaseDetection/YOLOX/tree/0.1.1rc0),基于[coco的预训练模型](https://github.com/Megvii-BaseDetection/YOLOX/releases/tag/0.1.1rc0)。
- 1[预训练模型](https://github.com/Megvii-BaseDetection/YOLOX/releases/tag/0.1.1rc0)中的*.pth通过导出ONNX模型操作后可进行部署;*.onnx、*.trt和*.pose模型不支持部署
- 2开发者基于自己数据训练的YOLOX v0.1.1模型可按照导出ONNX模型后完成部署。