Jump to content

GstInference/Supported backends/Coral from Google: Difference between revisions

mNo edit summary
Line 35: Line 35:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
gst-launch-1.0 \  
gst-launch-1.0 \  
mobilenetv2 name=net model-location=mobilenet_v2_1.0_224_quant_edgetpu.tflite backend=edgetpu \
mobilenetv2 name=net model-location=mobilenet_v2_1.0_224_quant_edgetpu.tflite backend=coral \
filesrc location=video_stream.mp4 ! decodebin ! videoconvert ! videoscale ! queue ! tee name=t \
filesrc location=video_stream.mp4 ! decodebin ! videoconvert ! videoscale ! queue ! tee name=t \
t. ! queue ! videoconvert ! videoscale !  net.sink_model \
t. ! queue ! videoconvert ! videoscale !  net.sink_model \
583

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.