Skip to content

Commit 9c10009

Browse files
committed
Minor changes
1 parent 965bef4 commit 9c10009

File tree

1 file changed

+1
-1
lines changed
  • metro-ai-suite/image-based-video-search/src/dlstreamer-pipeline-server/configs/filter-pipeline

1 file changed

+1
-1
lines changed

metro-ai-suite/image-based-video-search/src/dlstreamer-pipeline-server/configs/filter-pipeline/config.gpu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "filter-pipeline",
66
"source": "gstreamer",
77
"queue_maxsize": 50,
8-
"pipeline": "{auto_source} ! decodebin3 ! gvadetect model=/models/public/yolo11s/FP32/yolo11s.xml batch_size=1 inference-interval=1 inference-region=0 nireq=2 threshold=0.7 model-instance-id=instgpu0 name=detection device=GPU ! queue ! gvainference model=/models/resnet-50-pytorch/FP32/resnet-50-pytorch.xml inference-region=1 device=GPU model-instance-id=classify1 ! queue ! vapostproc ! videoconvertscale ! gvametaconvert add-tensor-data=true name=metaconvert ! jpegenc ! appsink name=destination",
8+
"pipeline": "{auto_source} name=source ! decodebin3 ! gvadetect model=/models/public/yolo11s/FP16/yolo11s.xml batch_size=1 inference-interval=1 inference-region=0 nireq=2 threshold=0.7 model-instance-id=instgpu0 name=detection device=GPU ! queue ! gvainference model=/models/resnet-50-pytorch/FP32/resnet-50-pytorch.xml inference-region=1 device=GPU model-instance-id=classify1 ! queue ! vapostproc ! videoconvertscale ! gvametaconvert add-tensor-data=true name=metaconvert ! jpegenc ! appsink name=destination",
99
"auto_start": false,
1010
"mqtt_publisher": {
1111
"publish_frame": true,

0 commit comments

Comments
 (0)