Add support for Google Coral (New AI)
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?
https://coral.ai/models/object-detection/ https://github.com/google-coral/pycoral/blob/master/examples/detect_image.py
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).