Skip to content

Files

Latest commit

9e20dab · Mar 31, 2023

History

History

yolov5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 9, 2023
Mar 9, 2023
Feb 4, 2023
Feb 28, 2023
Feb 4, 2023
Jan 9, 2023
Jan 6, 2023
Jan 30, 2023
Mar 31, 2023
Jan 16, 2023
Jan 6, 2023

English | 简体中文

YOLOv5 Ready-to-deploy Model

Download Pre-trained ONNX Model

For developers' testing, models exported by YOLOv5 are provided below. Developers can download them directly. (The accuracy in the following table is derived from the source official repository)

Model Size Accuracy Note
YOLOv5n 7.6MB 28.0% This model file is sourced from YOLOv5,GPL-3.0 License
YOLOv5s 28MB 37.4% This model file is sourced from YOLOv5,GPL-3.0 License
YOLOv5m 82MB 45.4% This model file is sourced from YOLOv5,GPL-3.0 License
YOLOv5l 178MB 49.0% This model file is sourced from YOLOv5,GPL-3.0 License
YOLOv5x 332MB 50.7% This model file is sourced from YOLOv5,GPL-3.0 License

Detailed Deployment Documents

Release Note