Add benchmarks

This commit is contained in:
Marcos Luciano
2023-05-19 17:22:47 -03:00
parent 07feae9509
commit af20c2f72c
10 changed files with 112 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
# YOLONAS usage
# YOLO-NAS usage
**NOTE**: The yaml file is not required.
@@ -149,6 +149,13 @@ parse-bbox-func-name=NvDsInferParseYoloE
...
```
**NOTE**: The **YOLO-NAS** resizes the input with left/top padding. To get better accuracy, use
```
maintain-aspect-ratio=1
symmetric-padding=0
```
##
### Edit the deepstream_app_config file
@@ -168,4 +175,6 @@ config-file=config_infer_primary_yolonas.txt
deepstream-app -c deepstream_app_config.txt
```
**NOTE**: The TensorRT engine file may take a very long time to generate (sometimes more than 10 minutes).
**NOTE**: For more information about custom models configuration (`batch-size`, `network-mode`, etc), please check the [`docs/customModels.md`](customModels.md) file.