Skip to content

Commit

Permalink
For VCAC-A traffic scenario
Browse files Browse the repository at this point in the history
1. Fixed broken gst pipeline
2. Replaced SW videoconvert with HW vaapipostproc to improve performance
  • Loading branch information
ttao1 committed Dec 17, 2019
1 parent 66bf258 commit c2cd3c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "object_detection",
"version": 2,
"type": "GStreamer",
"template":"rtspsrc udp-buffer-size=212992 name=source ! queue ! rtph264depay ! h264parse ! video/x-h264 ! tee name=t ! queue ! decodebin ! videoconvert name=\"videoconvert\" ! video/x-raw,format=BGRx,width=1024,height=1024 ! queue leaky=upstream ! gvadetect infer-config=CPU_BIND_THREAD=NO model=\"{models[object_detection_2019R3][1][network]}\" model-proc=\"{models[object_detection_2019R3][1][proc]}\" name=\"detection\" ! gvametaconvert converter=json method=detection name=\"metaconvert\" ! queue ! gvametapublish name=\"metapublish\" ! appsink name=appsink t. ! queue ! splitmuxsink max-size-time=60500000000 name=\"splitmuxsink\"",
"template":"rtspsrc udp-buffer-size=212992 name=source ! queue ! rtph264depay ! h264parse ! video/x-h264 ! tee name=t ! queue ! decodebin ! vaapipostproc name=\"videoconvert\" format=bgra width=1024 height=1024 ! queue leaky=upstream ! gvadetect model=\"{models[object_detection_2019R3][1][network]}\" model-proc=\"{models[object_detection_2019R3][1][proc]}\" name=\"detection\" ! gvametaconvert converter=json method=detection name=\"metaconvert\" ! queue ! gvametapublish name=\"metapublish\" ! appsink name=appsink t. ! queue ! splitmuxsink max-size-time=60500000000 name=\"splitmuxsink\"",
"description": "Object Detection Pipeline",
"destination": {
"type": "object",
Expand Down

0 comments on commit c2cd3c3

Please sign in to comment.