Fix YOLOv8 accuracy
This commit is contained in:
@@ -119,7 +119,7 @@ Open the `DeepStream-Yolo` folder and compile the lib
|
||||
|
||||
### Edit the config_infer_primary_yoloV7 file
|
||||
|
||||
Edit the `config_infer_primary_yoloV7.txt` file according to your model (example for YOLOv7)
|
||||
Edit the `config_infer_primary_yoloV7.txt` file according to your model (example for YOLOv7 with 80 classes)
|
||||
|
||||
```
|
||||
[property]
|
||||
@@ -127,6 +127,8 @@ Edit the `config_infer_primary_yoloV7.txt` file according to your model (example
|
||||
custom-network-config=yolov7.cfg
|
||||
model-file=yolov7.wts
|
||||
...
|
||||
num-detected-classes=80
|
||||
...
|
||||
```
|
||||
|
||||
##
|
||||
@@ -147,3 +149,5 @@ config-file=config_infer_primary_yoloV7.txt
|
||||
```
|
||||
deepstream-app -c deepstream_app_config.txt
|
||||
```
|
||||
|
||||
**NOTE**: For more information about custom models configuration (`batch-size`, `network-mode`, etc), please check the [`docs/customModels.md`](customModels.md) file.
|
||||
|
||||
Reference in New Issue
Block a user