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.

Error configuration with Raspian

Siméon
New Contributor I
1,276 Views

Hello,

I want to configure my Raspberry Pi 4 to use OpenVino with the Neural Compute Stick 2. For that I followed that tuto: https://docs.openvinotoolkit.org/2020.3/_docs_install_guides_installing_openvino_raspbian.html

Unfortunatly, at the last step I got nothing, with that answer:

./armv7l/Release/object_detection_sample_ssd -m face-detection-adas-0001.xml -d MYRIAD -i /home/pi/Pictures/people-training.jpg 
[ INFO ] InferenceEngine: 
	API version ............ 2.1
	Build .................. 2020.3.0-3467-15f2c61a-releases/2020/3
	Description ....... API
Parsing input parameters
[ INFO ] Files were added: 1
[ INFO ]     /home/pi/Pictures/people-training.jpg
[ INFO ] Loading Inference Engine
[ INFO ] Device info: 
	MYRIAD
	myriadPlugin version ......... 2.1
	Build ........... 2020.3.0-3467-15f2c61a-releases/2020/3
[ INFO ] Loading network files:
	face-detection-adas-0001.xml
	face-detection-adas-0001.bin
terminate called without an active exception
Aborted

I got no error before, what could I do? (If you need anymore information, please ask me). I took the toolkit version : 2020.3.220

Thanks in advance,
Simeon

0 Kudos
1 Solution
RandallMan_B_Intel
1,276 Views

Hi Siméon,

We will report it, I tried to run with the 2019 R3 models and it works. Try again with the models from open_model_zoo 2019 R3.

https://download.01.org/opencv/2019/open_model_zoo/R3/20190905_163000_models_bin/

Please let me know if the issue persists.

Regards,

Randall.

View solution in original post

0 Kudos
3 Replies
RandallMan_B_Intel
1,277 Views

Hi Siméon,

We will report it, I tried to run with the 2019 R3 models and it works. Try again with the models from open_model_zoo 2019 R3.

https://download.01.org/opencv/2019/open_model_zoo/R3/20190905_163000_models_bin/

Please let me know if the issue persists.

Regards,

Randall.

0 Kudos
Siméon
New Contributor I
1,276 Views

Hello Randall,

Thanks for your answer, it works with that version of the model!

 

Thanks again,
Simeon

0 Kudos
la__xl
Beginner
1,273 Views

same issue here while use 2020.1 version face detection module for openvino 2020.3 on raspberry pi 3.

old 2019 version module is work for openvino 2020.3 on raspberry pi 3.

[ INFO ] InferenceEngine: 
	API version ............ 2.1
	Build .................. 2020.3.0-3467-15f2c61a-releases/2020/3
	Description ....... API
Parsing input parameters
[ INFO ] Files were added: 1
[ INFO ]     /home/pi/test/face.jpg
[ INFO ] Loading Inference Engine
[ INFO ] Device info: 
	MYRIAD
	myriadPlugin version ......... 2.1
	Build ........... 2020.3.0-3467-15f2c61a-releases/2020/3
[ INFO ] Loading network files:
	./face-detection-adas-0001.xml
	./face-detection-adas-0001.bin
terminate called without an active exception
Aborted
0 Kudos
Reply