File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
metro-ai-suite/metro-vision-ai-app-recipe/smart-parking/src/dlstreamer-pipeline-server Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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=4 ie-config=\" GPU_THROUGHPUT_STREAMS=2 \" 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=4 ie-config=\" GPU_THROUGHPUT_STREAMS=2 \" model-instance-id=instgpu1 name=classification ! gvametaconvert add-empty-results=true name=metaconvert ! appsink name=destination" ,
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" ,
3333 "parameters" : {
3434 "type" : " object" ,
3535 "properties" : {
You can’t perform that action at this time.
0 commit comments