-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f65db4
commit 3007b52
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |