Coral.ai error

Pandemic

n3wb
Joined
Oct 29, 2021
Messages
23
Reaction score
12
Location
earth
I'm having the following error:

00:05:45:eek:bjectdetection_coral_adapter.py: Unable to load OpenCV or numpy modules. Only using PIL.
00:05:45:eek:bjectdetection_coral_adapter.py: Unable to find or initialise the Coral TPU. Falling back to CPU-only.
00:05:45:eek:bjectdetection_coral_adapter.py: Using CPU

Obviously the response using CPU only is pretty damn long. I've got numpy installed but I'm not sure why it's not recognizing it.
 

AlwaysSomething

Getting the hang of it
Joined
Apr 24, 2023
Messages
90
Reaction score
76
Location
US
I had the same problem after I just upgraded CPAI from 2.6.2 to 2.6.5

I rebooted and then also disabled Multi-TPU. That seemed to fix it for me.

My CPU went from 40-50% usage down to 15-20% and the detect times went from 9,000-10,000ms to 30-50 ms.

I feel CPU usage is slightly higher since upgrading but not 100% sure.

There is still a bug where it is not using the correct model. (it says it is in the logs but it's not)
 
Top