From 1666cb4c0a9cde8d8022466823c763b3d90fd761 Mon Sep 17 00:00:00 2001 From: Marcos Luciano Date: Wed, 25 Aug 2021 12:15:49 -0300 Subject: [PATCH] Update readme.md --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index cb37dad..028de4b 100644 --- a/readme.md +++ b/readme.md @@ -5,13 +5,13 @@ NVIDIA DeepStream SDK 5.1 configuration for YOLO models ### Improvements on this repository -* Darknet CFG params parser (not need to edit nvdsparsebbox_Yolo.cpp or another file for native models) +* Darknet CFG params parser (it doesn't need to edit nvdsparsebbox_Yolo.cpp or another file for native models) * Support for new_coords, beta_nms and scale_x_y params -* Support for new models not supported in official DeepStream SDK YOLO. -* Support for layers not supported in official DeepStream SDK YOLO. -* Support for activations not supported in official DeepStream SDK YOLO. +* Support for new models that aren't supported in official DeepStream SDK YOLO. +* Support for layers that aren't supported in official DeepStream SDK YOLO. +* Support for activations that aren't supported in official DeepStream SDK YOLO. * Support for Convolutional groups -* **Support for INT8 calibration** (not available for YOLOv5 models) +* **Support for INT8 calibration** (it isn't available for YOLOv5 models) * **Support for non square models** ##