Skip to content

Commit 5cf3603

Browse files
authored
Include YOLO v9
1 parent 54ee7d2 commit 5cf3603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ These networks have been trained to detect 80 objects classes from the COCO data
9797
| Network | Network variants | Size (MB) | Mean Average Precision (mAP) |Object Classes | Location |
9898
| ------------- | ------------- |------------ | ------------- |------------ |------------ |
9999
| [EfficientDet-D0](https://github.com/matlab-deep-learning/pretrained-efficientdet-d0) | efficientnet |15.9 | 33.7 |80 |[GitHub](https://github.com/matlab-deep-learning/pretrained-efficientdet-d0) |
100+
| [YOLO v9](https://github.com/matlab-deep-learning/Pretrained-Yolov9-Network-For-Object-Detection/) | yolo9t<br />yolo9s<br />yolo9m<br />yolo9c<br />yolo9e | 7.5 <br /> 25 <br /> 67.2 <br /> 85 <br />190 | 38.3<br /> 46.8<br /> 51.4<br />53.0 <br />55.6|80 |[GitHub](https://github.com/matlab-deep-learning/Pretrained-Yolov9-Network-For-Object-Detection/)|
100101
| [YOLO v8](https://github.com/matlab-deep-learning/Pretrained-YOLOv8-Network-For-Object-Detection) | yolo8n<br />yolo8s<br />yolo8m<br />yolo8l<br />yolo8x | 10.7 <br /> 37.2<br />85.4 <br />143.3<br />222.7 | 37.3<br />44.9<br />50.2<br />52.9<br />53.9|80 |[GitHub](https://github.com/matlab-deep-learning/Pretrained-YOLOv8-Network-For-Object-Detection)|
101102
| [YOLOX](https://www.mathworks.com/help/vision/ref/yoloxobjectdetector.html) | YoloX-s<br />YoloX-m<br />YoloX-l | 32 <br /> 90.2<br />192.9 | 39.8 <br />45.9<br />48.6|80 |[Doc](https://www.mathworks.com/help/vision/ref/yoloxobjectdetector.html)<br />[GitHub](https://github.com/matlab-deep-learning/Pretrained-YOLOX-Network-For-Object-Detection)|
102103
| [YOLO v4](https://www.mathworks.com/help/vision/ref/yolov4objectdetector.html) | yolov4-coco <br /> yolov4-tiny-coco| 229 <br /> 21.5 | 44.2 <br />19.7|80 |[Doc](https://www.mathworks.com/help/vision/ref/yolov4objectdetector.html)<br />[GitHub](https://github.com/matlab-deep-learning/pretrained-yolo-v4)|

0 commit comments

Comments
 (0)