Forums - qtimlesnpe plugin of gstreamer fails with mobilenetssd

1 post / 0 new
qtimlesnpe plugin of gstreamer fails with mobilenetssd
vikaash.kb
Join Date: 16 Aug 21
Posts: 3
Posted: Mon, 2021-10-11 07:43

Hi ,

I have taken the mobilenet ssd dlc files of mobilenetssd from ,

https://github.com/microsoft/vision-ai-developer-kit/blob/master/machine...

When I use the pipeline specifed below

export XDG_RUNTIME_DIR=/dev/socket/weston && gst-launch-1.0 qtiqmmfsrc ! video/x-raw\(memory:GBM\), format=NV12, width=1280, height=720,framerate=30/1, camera=0 ! qtimlesnpe config=/data/misc/camera/mle_snpe.config_bckp postprocessing=detection ! queue ! qtioverlay ! waylandsink x=960 y=0 width=960 height=540 async=true sync=false enable-last-sample=false

 

I get the below error.

0:00:01.887899218  3585   0x55b8430230 ERROR                 qtimle snpe_base.cc:388:PrintErrorStringAndExit:  error_code=312; error_message=Undefined error. error_code=312; error_message=Undefined error. SNPE model format version detected: 2.5.0; error_component=SNPE; line_no=59; thread_id=547569078752; error_component=SNPE; line_no=262; thread_id=547770913248
0:00:01.887999062  3585   0x55b8430230 ERROR                 qtimle ml_engine_impl.cc:467:Init: Init: Failed to init framework
0:00:01.888029062  3585   0x55b8430230 ERROR             qtimlesnpe mle_snpe.cc:611:gst_mle_snpe_set_info:<mlesnpe0> MLE init failed.
0:00:01.889198697  3585   0x55b8430230 WARN           basetransform gstbasetransform.c:1362:gst_base_transform_setcaps:<mlesnpe0> FAILED to configure incaps video/x-raw(memory:GBM), format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, camera=(int)0 and outcaps video/x-raw(memory:GBM), format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, camera=(int)0

Could someone guide where I am getting wrong?

  • Up0
  • Down0

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.