Fix YOLO-NAS / Small fixes

This commit is contained in:
Marcos Luciano
2023-06-16 14:16:51 -03:00
parent 936d1480c5
commit f8758d0e0e
10 changed files with 44 additions and 13 deletions

View File

@@ -115,7 +115,7 @@ or
--batch 4
```
**NOTE**: If you are using DeepStream 5.1, remove the `--dynamic` arg and use opset 12 or lower. The default opset is 14.
**NOTE**: If you are using the DeepStream 5.1, remove the `--dynamic` arg and use opset 12 or lower. The default opset is 14.
```
--opset 12
@@ -190,6 +190,8 @@ parse-bbox-func-name=NvDsInferParseYoloE
...
```
**NOTE**: If you are using a custom model, you should edit the `config_infer_primary_yolonas_custom.txt` file.
**NOTE**: The **YOLO-NAS** resizes the input with left/top padding. To get better accuracy, use
```