t0mer / deepstack-trainer

deepstack trainer is a Flask powerd, easy to use web app, hepls us to train and test Deepstack AI
GNU General Public License v3.0
24 stars 3 forks source link

no images in deepstack-trainer #16

Open nyunity opened 6 days ago

nyunity commented 6 days ago

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:

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