- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello Randall,
Thanks for your answer, it works with that version of the model!
Thanks again,
Simeon
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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