SynoAI icon indicating copy to clipboard operation
SynoAI copied to clipboard

Add support for Google Coral (New AI)

Open djdd87 opened this issue 4 years ago • 2 comments

Discussed in https://github.com/djdd87/SynoAI/discussions/81

Originally posted by NeverEatYellowSwissSnow January 19, 2022 What a very cool project found! But how is a NAS its mostly weak CPU powerful enough for a deepstack AI? Are there any plans in the future to support Google Coral devices such as the Google Coral USB?

djdd87 avatar Jan 20 '22 08:01 djdd87

https://coral.ai/models/object-detection/ https://github.com/google-coral/pycoral/blob/master/examples/detect_image.py

djdd87 avatar Jan 20 '22 08:01 djdd87

I'm curious if this could work together with robmarkcole/coral-pi-rest-server:

The data returned by the app is as close as possible in format to that returned by Deepstack object detection endpoint, allowing you to use this app as the backend for HASS-Deepstack-object.

Since DeepStack AI doesn't officially support coral devices and doesn't on doing, maybe this could be an alternative (at least for the /v1/vision/detection API).

dotWee avatar Apr 09 '22 08:04 dotWee