PINTO0309 / OpenVINO-YoloV3

YoloV3/tiny-YoloV3+RaspberryPi3/Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO
https://qiita.com/PINTO
Apache License 2.0
538 stars 167 forks source link

deployment to AWS Iot Core Greengrass #46

Closed anhminh3105 closed 5 years ago

anhminh3105 commented 5 years ago

I wonder if anyone has attempted to deploy the application with Greengrass? the platform seems to be restricted to only python2.7 and 3.7 while the openvino-raspbian runs on python 3.5 and so I tried to setup the greengrass with python 3.7 and when deployed I got this error:

image

PINTO0309 commented 5 years ago

I recommend building on your own to suit your environment. https://github.com/opencv/dldt.git

anhminh3105 commented 5 years ago

thank you for your advice @PINTO0309, I was able to resolve the problem, I will be closing the issue.