Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

when I run python3 stream_infer.py ,The result is scintillating, Correct and Nan alternatly

idata
Employee
440 Views

When I'm on the raspberry Pie 3,and run python3 stream_infer.py.I can get the result, But the result is scintillating, Correct and Nan alternatly and endless.,I dont know why ,Is there a problem with my script stream_infer.py, and what does the file have to modify?

0 Kudos
1 Reply
idata
Employee
311 Views

@tiandixing Try the following:

 

     

  1. Make sure you are using the latest version of the NCSDK (1.12) on the host machine. The latest SDK can be found at https://ncsforum.movidius.com/discussion/98/latest-version-movidius-neural-compute-sdk#latest.
  2.  

  3. Rebuild the graph file on your host machine using mvNCCompile after you upgrade to NCSDK version 1.12.
  4.  

  5. Rebuild the API on the Raspberry Pi.
  6.  

  7. Run stream_infer.py again.
  8.  

 

Let me know if this works for you.

0 Kudos
Reply