Skip to content

Commit 31dbb9c

Browse files
authored
Add YOLO v8 models
1 parent c150fe6 commit 31dbb9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ Inputs are RGB images, the output is the predicted label, bounding box and score
8383

8484
These networks have been trained to detect 80 objects classes from the COCO dataset. These models are suitable for training a custom object detector using transfer learning.
8585

86-
| Network | Backbone Networks | Size (MB) | Mean Average Precision (mAP) |Object Classes | Location |
86+
| Network | Network variants | Size (MB) | Mean Average Precision (mAP) |Object Classes | Location |
8787
| ------------- | ------------- |------------ | ------------- |------------ |------------ |
8888
| [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) |
89+
| [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)|
8990
| [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)|
9091
| [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)|
9192
| [YOLO v3](https://www.mathworks.com/help/vision/ref/yolov3objectdetector.html)| darknet53-coco <br /> tiny-yolov3-coco | 220.4 <br /> 31.5 | 34.4 <br /> 9.3 |80 |[Doc](https://www.mathworks.com/help/vision/ref/yolov3objectdetector.html) |

0 commit comments

Comments
 (0)