google-coral / pycoral

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

Coral Ejects at Runtime #41

Closed ATLTVHEAD closed 3 years ago

ATLTVHEAD commented 3 years ago

Installed edgetpu_runtime_20210726 for windows running the latest C++ distribution of Visual Studio

I am running through the demo on the getting started page, currently on the python execution of the parrot classification.

Every time I try to execute the python script, the Google Coral "ejects" from the my pc and the terminal brings up a fresh line as though it finished properly. No output from python is displayed.

Any ideas to try to debug? I uninstalled and reinstalled with restarts in-between and still the same problem.

manoj7410 commented 3 years ago

@ATLTVHEAD Which Coral device are you working with ? And are you working on a VM or on a native installation ?

ATLTVHEAD commented 3 years ago

@ATLTVHEAD Which Coral device are you working with ? And are you working on a VM or on a native installation ?

Using the USB Accelerator model and installing directly on a Windows 10 machine.

hjonnala commented 3 years ago

please try with edgetpu_runtime_20210119.zip from this page https://coral.ai/software/#edgetpu-runtime

ATLTVHEAD commented 3 years ago

please try with edgetpu_runtime_20210119.zip from this page https://coral.ai/software/#edgetpu-runtime

With Runtime 20210119, the usb accelerator now disconnects and connects a number of times, but gives me inferencing output and results so everything seems to be running! Thank you!