[BUG] Won't connect to DeepStack
See original GitHub issueSOLVED Solution provided by @szmidtpiotr works! 😃 https://github.com/jakowenko/double-take/issues/167#issuecomment-975376875
Describe the bug I have installed DeepStack as a seperate Docker container. Forwarded port 5000 to 4999 (on the host). This used to be port 80, but I thought some conflict could’ve been the issue, which it wasn’t. I am using a key. Double Take won’t connect to my DeepStack. Frigate works fine.
Version of Double Take
v1.6.0-893328f
Expected behavior Double Take should connect to my DeepStack detector If there are any errors, they should be shown in the logs.
Screenshots
Hardware
- OS: Home Assistant Operating System
- Browser: Firefox
Additional context
# Double Take
mqtt:
host: 192.168.10.105
user: <USER>
password: <PASS>
frigate:
url: http://192.168.10.105:5000
detectors:
deepstack:
url: http://192.168.10.105:4999
key: <KEY>
docker run -d --restart=unless-stopped --name="deepstack" -e VISION-DETECTION=True -e VISION-FACE=True -e API-KEY="<MY KEY>" -v localstorage:/datastore -p 80:5000 deepquestai/deepstack
Tested both with and without key.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:55 (2 by maintainers)
Top Results From Across the Web
Unable to reach DeepQuest AI server - General
Any help would be appreciated! Problem: AI Tool not able to send .jpg files to DeepStack. Error: Can't reach DeepQuestAI Server at… Environment:...
Read more >5.4.5 fresh install, Deepstack not working? [SOLVED]
Hello all, Just did a fresh install today - 5.4.5 with Deepstack 2021.02.1 (tried both GPU and CPU). Was following the Hook Up...
Read more >AI-Tool won't connect to DeepStack (BI, AI-Tool, and ... - Reddit
So far, I have tried running DeepStack in a docker container in UnRAID and when that didn't work I tried the Windows version...
Read more >Facial recognition & room presence using Double Take ...
but unfortunately it doesn't seem to be able to connect. ... Depstack error : Timeout connecting to Deepstack, the current timeout is 5 ......
Read more >Facial Recognition. Double-Take, Deepstack, Frigate, and ...
Let's Discuss. Does Facial Recognition work? I talk through my experience using Double-Take, Deepstack, and CompreFace with the Frigate NVR.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have been trying to get Deepstack on a Jetson Tx2 4GB which is close to the Jetson nano as far as performance. @LordNex it was crashing when connecting. I found it was because of memory pressure so increased swap size on connected SSD and it stopped it crashing.
@Heisenberg2980 But that is for a VM specifically, I can’t recall yet how to do it for a container. I don’t think that’s possible, because containers always see the host CPU as it is.