You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe my question or problem isn't a problem, maybe I do not understand the function correctly.
I set up homeassistant, frigate, doubletake, deepstack and deepstrack-trainer. Everything is running in Docker and works like expected.
So, in dobuletake there are "matches" and I can train the images. The same I was expected from deepstack-trainer. The images I am able to train, which where detected of frigate. But I do not get images in deepstack-tainer, I have to upload each detected image by myself?
Hi,
maybe my question or problem isn't a problem, maybe I do not understand the function correctly.
I set up homeassistant, frigate, doubletake, deepstack and deepstrack-trainer. Everything is running in Docker and works like expected.
So, in dobuletake there are "matches" and I can train the images. The same I was expected from deepstack-trainer. The images I am able to train, which where detected of frigate. But I do not get images in deepstack-tainer, I have to upload each detected image by myself?
My composer.yaml:
service:
homeassistant:
image: ghcr.io/home-assistant/home-assistant:latest
container_name: homeassistant
volumes:
- "/home/papa/docker/homeassistant/data:/config"
- "/etc/localtime:/etc/localtime:ro"
- "/run/dbus:/run/dbus:ro"
restart: unless-stopped
ports:
- "8123:8123/tcp"
privileged: true
network_mode: bridge
double-take:
container_name: double-take
image: skrashevich/double-take:latest
privileged: true
restart: unless-stopped
volumes:
- "/home/papa/docker/double-take:/.storage"
ports:
- "3050:3000"
network_mode: bridge`
So, I made port 5001:500 of deepstack because of frigate. I am able to go to http://192.168.2.92:5001 and see the page of deepstack:
"DeepStack Activated
Your DeepStack Installation is Activated."
Made I something wrong or do I have to upload the detected images of frigate by myself? Thought there is a possibility like mqtt or something else.
Regards,
Erik
The text was updated successfully, but these errors were encountered: