codeproject / CodeProject.AI-Server

CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
Other
635 stars 143 forks source link

ObjectDetectionCoral - Please consider switching pyCoral code source to feranick fork #128

Open keith721 opened 3 weeks ago

keith721 commented 3 weeks ago

Area of Concern

Describe the bug Google appears to have abandoned the Coral Python libraries. This presents issues with current/later versions of Python. User Feranick forked the Google pyCoral libraries at https://github.com/feranick/pycoral Details available at https://github.com/google-coral/pycoral/issues/137#issuecomment-1974048543

Expected behavior I expect the ObjectDetectionCoral module to initialize and execute successfully.
It currently reports errors with the inability to load the OpenCV and numpy modules.

Screenshots objectdetection_coral_adapter.py: Unable to load OpenCV or numpy modules. Only using PIL. objectdetection_coral_adapter.py: Unable to find or initialise the Coral TPU. Falling back to CPU-only. objectdetection_coral_adapter.py: Using CPU

Your System (please complete the following information):

Additional context PCIe m.2 dual-core Coral processor card installed, but not recognized. System runs the BlueIris camera monitoring application. CodeProject.AI runs in the background to perform object detection. Recently forced to re-install Windows and BlueIris and CP.ai when system SSD failed.

melyux commented 4 days ago

CodeProject AI itself seems to be abandoned. First DeepStack, now this. You'd think AI projects would be under heavier development. Wonder why that is