(Please accept my apologies if this isn't the right sub-group to paste a general setup question)
Hello immich-gurus, I am looking to understand whether:
- machine learning algorithm can be a plug-and-play? E.g. rather than using built-in ML for facial recognition, could i employ existing facial recognition algorithm i have running on codeproject.ai server? I employ cpai to process live video streams from various cameras for facial detection. I understand API calls to/from different algorithms will be a heavy lift but was wondering if there's a design intent to move towards such an architecture?
- I understand that hwaccel docker compose can be run on a machine different to immich container. My VM with immich doesn't have a GPU. cpai VM does have an NVIDIA A100 but no docker environment (and I'd prefer to not install it there). To start with, were I to install docker on VM w/ the GPU, then will immich container be able to refer to it via a simple change in immich docker compose paths?
.