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

@@ -136,6 +136,13 @@ parse-bbox-func-name=NvDsInferParseYolo
...
```
**NOTE**: The **YOLOv6** resizes the input with center padding. To get better accuracy, use
```
maintain-aspect-ratio=1
symmetric-padding=1
```
##
### Edit the deepstream_app_config file
@@ -155,4 +162,6 @@ config-file=config_infer_primary_yoloV6.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.