From 3007b5256f1d10ec5f506d3bf7c00fd40cedab2e Mon Sep 17 00:00:00 2001 From: Levi Pereira Date: Tue, 11 Jun 2024 16:55:59 -0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 015f2d9..2919a58 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # deepstream-yolo-e2e Implementation of End-to-End YOLO Models for DeepStream + + + This repository provides an implementation of End-to-End YOLO models for DeepStream, aiming to streamline the inference process by offloading Non-Maximum Suppression computations onto the YOLO model itself. This design allows users to leverage dynamic batch sizes and input sizes seamlessly. + +By eliminating the need for local NMS processing, users gain the flexibility to configure batch sizes and input sizes on-demand without compromising performance. All NMS computations remain integral to the YOLO model, optimizing resource utilization and simplifying model deployment.