mirror of https://github.com/open-mmlab/mmyolo.git
Add yolov8 deepstream config (#633)
parent
bda1050118
commit
356858517a
|
@ -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
|
Loading…
Reference in New Issue