Log format: [dd.MM.yyyy, HH:mm:ss]: Log text.
[06.05.2020, 18:19:23]: ERROR: Processing the following image 'C:\BlueIris\AI Tool\aiinput/Ht1sd.20200506_181923155.jpg' failed. Can't reach DeepQuestAI Server at localhost:83.
[06.05.2020, 18:19:28]: ERROR: Processing the following image 'C:\BlueIris\AI Tool\aiinput/Ht1sd.20200506_181928222.jpg' failed. Can't reach DeepQuestAI Server at localhost:83.
[06.05.2020, 18:19:41]: ERROR: Processing the following image 'C:\BlueIris\AI Tool\aiinput/Ht1sd.20200506_181940928.jpg' failed. Can't reach DeepQuestAI Server at localhost:83.
[06.05.2020, 18:19:46]: ERROR: Processing the following image 'C:\BlueIris\AI Tool\aiinput/Ht1sd.20200506_181945945.jpg' failed. Can't reach DeepQuestAI Server at localhost:83.
[06.05.2020, 18:21:59]: ERROR: Processing the following image 'C:\BlueIris\AI Tool\aiinput/Ht1sd.20200506_182159439.jpg' failed. Can't reach DeepQuestAI Server at 127.0.0.1:83.
[06.05.2020, 18:22:02]: ERROR: Processing the following image 'C:\BlueIris\AI Tool\aiinput/Terr1sd.20200506_182202012.jpg' failed. Failure in AI Tool processing the image.
[06.05.2020, 18:22:04]: ERROR: Processing the following image 'C:\BlueIris\AI Tool\aiinput/Gar1sd.20200506_182204886.jpg' failed. Failure in AI Tool processing the image.
[06.05.2020, 18:24:39]: ERROR: Processing the following image 'C:\BlueIris\AI Tool\aiinput/Ht1sd.20200506_182439500.jpg' failed. Can't reach DeepQuestAI Server at 192.168.1.17:83.
[06.05.2020, 18:24:46]: ERROR: Processing the following image 'C:\BlueIris\AI Tool\aiinput/Gar1sd.20200506_182445894.jpg' failed. Failure in AI Tool processing the image.
[06.05.2020, 18:25:00]: ERROR: Processing the following image 'C:\BlueIris\AI Tool\aiinput/Ht1sd.20200506_182500738.jpg' failed. Can't reach DeepQuestAI Server at 192.168.1.17:83.
[06.05.2020, 18:25:02]: ERROR: Processing the following image 'C:\BlueIris\AI Tool\aiinput/Terr1sd.20200506_182502190.jpg' failed. Failure in AI Tool processing the image.
[06.05.2020, 18:25:04]: ERROR: Processing the following image 'C:\BlueIris\AI Tool\aiinput/Gar1sd.20200506_182503932.jpg' failed. Failure in AI Tool processing the image.
[06.05.2020, 18:25:06]: ERROR: Processing the following image 'C:\BlueIris\AI Tool\aiinput/Ht1sd.20200506_182506528.jpg' failed. Can't reach DeepQuestAI Server at 192.168.1.17:83.
[06.05.2020, 18:25:07]: ERROR: Processing the following image 'C:\BlueIris\AI Tool\aiinput/Terr1sd.20200506_182507215.jpg' failed. Failure in AI Tool processing the image.
[06.05.2020, 18:25:09]: ERROR: Processing the following image 'C:\BlueIris\AI Tool\aiinput/Gar1sd.20200506_182508990.jpg' failed. Failure in AI Tool processing the image.
There is now still nothing in the logs.Ok, if Deepstack has no logs than it is not receiving any data. I would try running both AI Tool and Deepstack as administrator, and if that does not work try turning off windows firewall for both applications. I use localhost:81 for my setup, and run Deepstack on port 81.
@Lazersfly is right, you did not enable the correct api on your ubuntu server. And otherwise make sure the port is correct.There is now still nothing in the logs.
Just saw a very good video by "The Hook Up" about setting up BI with this ai tool and was wondering about the detection options. I see bear, horse, cow available and since I do live in a Colorado Rockies forest I would like to capture, (along with humans, cars & bears) moose, deer, bobcat, wild turkey, coyote and other wild animals that might show up. Just wondering if this tool will allow for this kind of wildlife capture while eliminating a lot of the annoying triggers. Thanks for this tool, will be giving it a try when our basement remodel is finally done and I have a hobby office up and running.
Just saw a very good video by "The Hook Up" about setting up BI with this ai tool and was wondering about the detection options. I see bear, horse, cow available and since I do live in a Colorado Rockies forest I would like to capture, (along with humans, cars & bears) moose, deer, bobcat, wild turkey, coyote and other wild animals that might show up. Just wondering if this tool will allow for this kind of wildlife capture while eliminating a lot of the annoying triggers. Thanks for this tool, will be giving it a try when our basement remodel is finally done and I have a hobby office up and running.
I missed it. I started from scratch and im coming up with the following settings/files:@Lazersfly is right, you did not enable the correct api on your ubuntu server. And otherwise make sure the port is correct.
#/root/docker-compose.yml
version: "3.3"
services:
deepstack-ai:
image: deepquestai/deepstack:noavx
volumes:
- type: volume
source: localstorage
target: /datastore
volume:
nocopy: true
ports:
- 80:5000
deploy:
restart_policy:
condition: always
environment:
- VISION-DETECTION=True
volumes:
localstorage:
#/etc/systemd/system/deepstack-ai.service
[Unit]
Description=Deepstack AI Server
Requires=docker.service
After=docker.service
[Service]
Type=oneshot
RemainAfterExit=yes
WorkingDirectory=/root/
ExecStart=/usr/bin/docker-compose up
ExecStop=/usr/bin/docker-compose down
TimeoutStartSec=0
[Install]
WantedBy=multi-user.target
systemctl daemon-reexec
to restart the systemctl daemon.sudo systemctl enable deepstack-ai.service
to enable autostart of deepstack-ai.service.May 07 10:09:22 deepstack-ai docker-compose[2259]: deepstack-ai_1 | [GIN] 2020/05/07 - 10:09:22 | 200 | 798.914141ms | 192.168.1.17 | POST /v1/vision/detection
May 07 10:16:41 deepstack-ai docker-compose[2259]: deepstack-ai_1 | [GIN] 2020/05/07 - 10:16:41 | 200 | 798.114259ms | 192.168.1.17 | POST /v1/vision/detection
May 07 10:16:46 deepstack-ai docker-compose[2259]: deepstack-ai_1 | [GIN] 2020/05/07 - 10:16:46 | 200 | 779.038397ms | 192.168.1.17 | POST /v1/vision/detection