Skip to content

Commit bab8a90

Browse files
authored
Update README.md
1 parent 37bdacc commit bab8a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ These networks have been trained to detect 80 objects classes from the COCO data
8585
| Network | Backbone Networks | Size (MB) | Mean Average Precision (mAP) |Object Classes | Location |
8686
| ------------- | ------------- |------------ | ------------- |------------ |------------ |
8787
| [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) |
88-
| [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)|
88+
| [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)|
8989
| [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)|
9090
| [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) |
91-
| [YOLO v2](https://www..mathworks.com/help/vision/ref/yolov2objectdetector.html) | darknet19-COCO <br />tiny-yolo_v2-coco|181 <br /> 40 | 28.7 <br /> 10.5 |80 |[Doc](https://www.mathworks.com/help/vision/ref/yolov2objectdetector.html)<br />[GitHub](https://github.com/matlab-deep-learning/Object-Detection-Using-Pretrained-YOLO-v2)|
91+
| [YOLO v2](https://www.mathworks.com/help/vision/ref/yolov2objectdetector.html) | darknet19-COCO <br />tiny-yolo_v2-coco|181 <br /> 40 | 28.7 <br /> 10.5 |80 |[Doc](https://www.mathworks.com/help/vision/ref/yolov2objectdetector.html)<br />[GitHub](https://github.com/matlab-deep-learning/Object-Detection-Using-Pretrained-YOLO-v2)|
9292

9393
**Tips for selecting a model**
9494

0 commit comments

Comments
 (0)