Files
FastDeploy/examples/vision/detection/yolov5
2022-08-11 14:37:39 +08:00
..
2022-08-11 10:03:24 +08:00
2022-08-11 10:03:24 +08:00
2022-08-11 14:37:39 +08:00

YOLOv5准备部署模型

模型版本说明

下载预训练ONNX模型

为了方便开发者的测试下面提供了YOLOv7导出的各系列模型开发者可直接下载使用。

模型 大小 精度
YOLOv5n 1.9MB 28.4%
YOLOv5s 7.2MB 37.2%
YOLOv5m 21.2MB 45.2%
YOLOv5l 46.5MB 48.8%
YOLOv5x 86.7MB 50.7%

详细部署文档