Skip to content

Commit 2abb6d6

Browse files
committed
add vapostproc
1 parent c040d2d commit 2abb6d6

File tree

1 file changed

+1
-1
lines changed
  • metro-ai-suite/metro-vision-ai-app-recipe/smart-parking/src/dlstreamer-pipeline-server

1 file changed

+1
-1
lines changed

metro-ai-suite/metro-vision-ai-app-recipe/smart-parking/src/dlstreamer-pipeline-server/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"name": "yolov11s_gpu",
3030
"source": "gstreamer",
3131
"queue_maxsize": 50,
32-
"pipeline": "{auto_source} name=source ! decodebin3 ! gvadetect model=/home/pipeline-server/models/public/yolo11s/INT8/yolo11s.xml device=GPU batch-size=1 inference-region=0 inference-interval=1 nireq=1 ie-config=\"GPU_THROUGHPUT_STREAMS=1\" threshold=0.7 model-instance-id=instgpu0 name=detection ! queue max-size-buffers=1 max-size-bytes=0 max-size-time=0 ! gvaclassify batch-size=1 model=/home/pipeline-server/models/colorcls2/colorcls2.xml device=GPU inference-interval=1 inference-region=1 nireq=1 ie-config=\"GPU_THROUGHPUT_STREAMS=1\" model-instance-id=instgpu1 name=classification ! gvametaconvert add-empty-results=true name=metaconvert ! appsink name=destination",
32+
"pipeline": "{auto_source} name=source ! parsebin ! vah264dec ! vapostproc ! video/x-raw(memory:VAMemory) ! gvadetect model=/home/pipeline-server/models/public/yolo11s/INT8/yolo11s.xml device=GPU batch-size=1 inference-region=0 inference-interval=1 nireq=1 ie-config=\"GPU_THROUGHPUT_STREAMS=1\" threshold=0.7 model-instance-id=instgpu0 name=detection ! queue max-size-buffers=1 max-size-bytes=0 max-size-time=0 ! gvaclassify batch-size=1 model=/home/pipeline-server/models/colorcls2/colorcls2.xml device=GPU inference-interval=1 inference-region=1 nireq=1 ie-config=\"GPU_THROUGHPUT_STREAMS=1\" model-instance-id=instgpu1 name=classification ! gvametaconvert add-empty-results=true name=metaconvert ! appsink name=destination",
3333
"parameters": {
3434
"type": "object",
3535
"properties": {

0 commit comments

Comments
 (0)