I have discovered a new project DeepStack_ActionNET and it mentions about custom models. Tell me, how can this case be integrated into a home assistant? And how to properly configure custom models in docker. I kind of figured out how to configure it, but there is no clear understanding of how to configure it yet. How to recognize what an object is doing through a home assistant, as in the case of objects?
How I set up custom models in docker, but it was done without proper instructions and it cannot be called an instruction
Created folders /modelstore/detection
$ mkdir -p /modelstore/detection
Stopped the container DeepStack_Server
In the settings of the DeepStack_Server container, in the volume section, I specified the paths for connecting folders
And then I specified a variable. Here I do not know whether it is necessary to specify or not. This is not written in the instructions, although it is mentioned for Windows
An entry appeared in the log v1/vision/custom/actionnetv2. It turns out that the model is hooked
Текст на русском (Text in Russian)
Я обнаружил новый проект DeepStack_ActionNET и там упоминается про custom models. Скажите, как можно это дело интегрировать в домашний помощник? И как правильно настроить custom models в docker. Я вроде бы как бы понял, как надо настраивать, но пока нет четкого понимания как это надо настраивать. Как распознать, что делает объект через домашний помощник, как в случае с объектами?
Как я настроил custom models в docker, но это сделано без должной инструкции и нельзя это назвать инструкцией
Создал папки /modelstore/detection
$ mkdir -p /modelstore/detection
Остановил контейнер DeepStack_Server
В настройках контейнера DeepStack_Server, в разделе том я указал пути для подключения папок
И тут я указал переменную. Тут я не знаю, нужно ли указывать или нет. Об этом не пишется в инструкции, хотя об этом упоминают для Windows
В журнале появилась запись v1/vision/custom/actionnetv2. Получается, что модель подцепилась