Update readme.md

This commit is contained in:
Marcos Luciano
2022-02-22 21:18:16 -03:00
committed by GitHub
parent 1807772d7b
commit f8222c9665

View File

@@ -20,7 +20,7 @@ NVIDIA DeepStream SDK 6.0 configuration for YOLO models
* Support for INT8 calibration
* Support for non square models
* Support for reorg, implicit and channel layers (YOLOR)
* YOLOv5 6.0/6.1 native support
* YOLOv5 6.0 / 6.1 native support
* YOLOR native support
* Models benchmarks (**outdated**)
* **GPU YOLO Decoder (moved from CPU to GPU to get better performance)** [#138](https://github.com/marcoslucianops/DeepStream-Yolo/issues/138)
@@ -75,7 +75,7 @@ NVIDIA DeepStream SDK 6.0 configuration for YOLO models
### Tested models
* [Darknet YOLO](https://github.com/AlexeyAB/darknet)
* [YOLOv5 6.0/6.1](https://github.com/ultralytics/yolov5)
* [YOLOv5 6.0 / 6.1](https://github.com/ultralytics/yolov5)
* [YOLOR](https://github.com/WongKinYiu/yolor)
* [MobileNet-YOLO](https://github.com/dog-qiuqiu/MobileNet-Yolo)
* [YOLO-Fastest](https://github.com/dog-qiuqiu/Yolo-Fastest)