Skip to content

Commit

Permalink
Merge pull request #73 from zhanghuiyao/master
Browse files Browse the repository at this point in the history
Add yolov5x weight
  • Loading branch information
zhanghuiyao authored Apr 28, 2023
2 parents cc63156 + 087982d commit 29cb29f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MODEL_ZOO.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
| YOLOv5 | S | D910x8-G | 640 | MS COCO 2017 | 37.6 | 7.2M | 16.5G | [yaml](https://github.com/mindspore-lab/mindyolo/blob/master/configs/yolov5/yolov5s.yaml) | [weights](https://download.mindspore.cn/toolkits/mindyolo/yolov5/yolov5s_300e_mAP376-860bcf3b.ckpt) |
| YOLOv5 | M | D910x8-G | 640 | MS COCO 2017 | 44.9 | 21.2M | 49.0G | [yaml](https://github.com/mindspore-lab/mindyolo/blob/master/configs/yolov5/yolov5m.yaml) | [weights](https://download.mindspore.cn/toolkits/mindyolo/yolov5/yolov5m_300e_mAP449-e7bbf695.ckpt) |
| YOLOv5 | L | D910x8-G | 640 | MS COCO 2017 | 48.5 | 46.5M | 109.1G | [yaml](https://github.com/mindspore-lab/mindyolo/blob/master/configs/yolov5/yolov5l.yaml) | [weights](https://download.mindspore.cn/toolkits/mindyolo/yolov5/yolov5l_300e_mAP485-a28bce73.ckpt) |
| YOLOv5 | X | D910x8-G | 640 | MS COCO 2017 | 50.5 | 86.7M | 205.7G | [yaml](https://github.com/mindspore-lab/mindyolo/blob/master/configs/yolov5/yolov5x.yaml) | [weights](https://download.mindspore.cn/toolkits/mindyolo/yolov5/yolov5x_300e_mAP505-97d36ddc.ckpt) |
| YOLOv3 | Darknet53 | D910x8-G | 640 | MS COCO 2017 | 45.5 | 61.9M | 156.4G | [yaml](https://github.com/mindspore-lab/mindyolo/blob/master/configs/yolov3/yolov3.yaml) | [weights](https://download.mindspore.cn/toolkits/mindyolo/yolov3/yolov3-darknet53_300e_mAP455-adfb27af.ckpt) |

<br>
Expand Down
1 change: 1 addition & 0 deletions configs/yolov5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ YOLOv5 is a family of object detection architectures and models pretrained on th
| YOLOv5 | S | P5 | D910x8-G | 640 | MS COCO 2017 | 37.6 | 7.2M | 16.5G | [yaml](https://github.com/mindspore-lab/mindyolo/blob/master/configs/yolov5/yolov5s.yaml) | [weights](https://download.mindspore.cn/toolkits/mindyolo/yolov5/yolov5s_300e_mAP376-860bcf3b.ckpt) |
| YOLOv5 | M | P5 | D910x8-G | 640 | MS COCO 2017 | 44.9 | 21.2M | 49.0G | [yaml](https://github.com/mindspore-lab/mindyolo/blob/master/configs/yolov5/yolov5m.yaml) | [weights](https://download.mindspore.cn/toolkits/mindyolo/yolov5/yolov5m_300e_mAP449-e7bbf695.ckpt) |
| YOLOv5 | L | P5 | D910x8-G | 640 | MS COCO 2017 | 48.5 | 46.5M | 109.1G | [yaml](https://github.com/mindspore-lab/mindyolo/blob/master/configs/yolov5/yolov5l.yaml) | [weights](https://download.mindspore.cn/toolkits/mindyolo/yolov5/yolov5l_300e_mAP485-a28bce73.ckpt) |
| YOLOv5 | X | P5 | D910x8-G | 640 | MS COCO 2017 | 50.5 | 86.7M | 205.7G | [yaml](https://github.com/mindspore-lab/mindyolo/blob/master/configs/yolov5/yolov5x.yaml) | [weights](https://download.mindspore.cn/toolkits/mindyolo/yolov5/yolov5x_300e_mAP505-97d36ddc.ckpt) |

</div>
<br>
Expand Down

0 comments on commit 29cb29f

Please sign in to comment.