Skip to content

Commit

Permalink
Add yolov8 deepstream config (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
triple-Mu authored Mar 6, 2023
1 parent bda1050 commit 3568585
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions projects/easydeploy/deepstream/configs/config_infer_yolov8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[property]
gpu-id=0
net-scale-factor=0.0039215697906911373
model-color-format=0
model-engine-file=../end2end.engine
labelfile-path=../coco_labels.txt
batch-size=1
network-mode=0
num-detected-classes=80
interval=0
gie-unique-id=1
process-mode=1
network-type=0
cluster-mode=2
maintain-aspect-ratio=1
parse-bbox-func-name=NvDsInferParseCustomMMYOLO
custom-lib-path=../build/libnvdsparsebbox_mmyolo.so

[class-attrs-all]
pre-cluster-threshold=0.45
topk=100

0 comments on commit 3568585

Please sign in to comment.