Add YOLO-Face + Minor fixes

This commit is contained in:
Marcos Luciano
2023-09-09 20:32:25 -03:00
parent 1a9df997a4
commit 1445990136
35 changed files with 54 additions and 155 deletions

View File

@@ -94,7 +94,7 @@ or
--dynamic
```
**NOTE**: To use implicit batch-size (example for batch-size = 4)
**NOTE**: To use static batch-size (example for batch-size = 4)
```
--batch 4
@@ -191,15 +191,6 @@ symmetric-padding=1
...
```
**NOTE**: By default, the dynamic batch-size is set. To use implicit batch-size, uncomment the line
```
[property]
...
force-implicit-batch-dim=1
...
```
##
### Edit the deepstream_app_config file