google-coral / pycoral

Python API for ML inferencing and transfer-learning on Coral devices
https://coral.ai
Apache License 2.0
347 stars 144 forks source link

`make_interpreter` works on runtime version 20210119 but not on version 20220308 (Windows 11) #91

Closed benank closed 1 year ago

benank commented 1 year ago

Description

I am using Windows 11. I was having the exact same issue as this person where make_interpreter fails silently, but then I installed the earlier recommended runtime from this reply and it started working. Is there an issue with the latest runtime, or am I missing something?

From my testing:

On Linux (Raspberry Pi 4), it works flawlessly on the latest version.

Thanks.

Click to expand! ### Issue Type Bug, Build/Install ### Operating System Windows 10 ### Coral Device USB Accelerator ### Other Devices Rapsberry Pi 4 ### Programming Language Python 3.8, Python 3.9 ### Relevant Log Output _No response_
hjonnala commented 1 year ago

Yes, there is an issue with the latest edgeTPU runtime for windows platform.

nmaas87 commented 1 year ago

I am seeing the same thing with Windows 10. Is there an update planed / which issue does prevent this? Is it still the same as https://github.com/google-coral/pycoral/issues/39 ?

hjonnala commented 1 year ago

Hello @nmaas87 , @benank Please try the below steps to fix the issues with edgetpu runtime 14.

nmaas87 commented 1 year ago

Thank you very much @hjonnala - just tried it and it did work perfectly on Windows 10 x64! 💯

benank commented 1 year ago

Thank you @hjonnala! I also tried it on Windows 11 and it works great! Thank you so much for your help.

google-coral-bot[bot] commented 1 year ago

Are you satisfied with the resolution of your issue? Yes No