From b6af1429a0eeb518d006168cff13568896d6d37b Mon Sep 17 00:00:00 2001 From: Marcos Luciano Date: Mon, 3 May 2021 21:34:03 -0300 Subject: [PATCH] Added support for YOLOv5 5.0, 4.0 and 3.0/3.1 --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index e13dc24..3e9bedc 100644 --- a/readme.md +++ b/readme.md @@ -38,8 +38,10 @@ TensorRT conversion * YOLOv2 * YOLOv2-Tiny -* [External](https://github.com/marcoslucianops/DeepStream-Yolo/blob/master/YOLOv5.md) - * YOLOv5 +* External + * [YOLOv5 5.0](https://github.com/marcoslucianops/DeepStream-Yolo/blob/master/YOLOv5-5.0.md) + * [YOLOv5 4.0](https://github.com/marcoslucianops/DeepStream-Yolo/blob/master/YOLOv5-4.0.md) + * [YOLOv5 3.X (3.0/3.1)](https://github.com/marcoslucianops/DeepStream-Yolo/blob/master/YOLOv5-3.X.md) Request * [Request native TensorRT conversion for your YOLO-based model](#request-native-tensorrt-conversion-for-your-yolo-based-model)