Hoping someone can help with my problem. I'm using DeepquestAI running on the same computer that BI runs, Windows 10, i7 6700 with 48 gigs RAM, and the AI Tool version 1.67 but I wanted to offload this computer which hovers between 85 and >95% CPU utilization most of the time (I have 7 HD cameras and 8 UHD cameras).
I installed Docker on a separate computer running Ubuntu Desktop 20.04 LTS, 4 gig RAM, Intel Celeron CPU. Docker install went well, no errors, then installed Deepstack which also went well and runs seemingly ok.
However, when I point AI Tool to this Linux computer I'm getting these errors
UFW is not enabled on the Lunix box.
Any help or suggestions is appreciated.
COMMAND TO START DEEPQUEST AI ON UBUNTU
sudo docker run -e VISION-SCENE=True -v localstorage:/datastore -p 82:5000 deepquestai/deepstack
DEEPQUEST AI SCREEN OUTPUT
/v1/vision/scene
---------------------------------------
v1/vision/addmodel
---------------------------------------
v1/vision/listmodels
---------------------------------------
v1/vision/deletemodel
---------------------------------------
---------------------------------------
v1/backup
---------------------------------------
v1/restore
[GIN] 2020/08/02 - 17:53:15 | 403 | 274.22µs | 192.168.1.24 | POST /v1/vision/detection
[GIN] 2020/08/02 - 17:53:15 | 403 | 72.503µs | 192.168.1.24 | POST /v1/vision/detection
[GIN] 2020/08/02 - 17:53:15 | 403 | 59.593µs | 192.168.1.24 | POST /v1/vision/detection
[GIN] 2020/08/02 - 17:53:15 | 403 | 62.307µs | 192.168.1.24 | POST /v1/vision/detection
[02.08.2020, 11:56:35.953]:
[02.08.2020, 11:56:35.965]: Starting analysis of G:\aiinput\GTHSD.20200802_115616406.jpg
[02.08.2020, 11:56:35.975]: (1/6) Uploading image to DeepQuestAI Server
[02.08.2020, 11:56:37.997]: System.Net.Http.HttpRequestException | An error occurred while sending the request. (code: -2146233079 )
[02.08.2020, 11:56:38.007]: ERROR: Processing the following image 'G:\aiinput\GTHSD.20200802_115616406.jpg' failed. Can't reach DeepQuestAI Server at
.
[02.08.2020, 11:56:38.019]:
[02.08.2020, 11:56:38.028]: Starting analysis of G:\aiinput\BGDSD.20200802_115616486.jpg
[02.08.2020, 11:56:38.040]: (1/6) Uploading image to DeepQuestAI Server
[02.08.2020, 11:56:40.055]: System.Net.Http.HttpRequestException | An error occurred while sending the request. (code: -2146233079 )
[02.08.2020, 11:56:40.067]: ERROR: Processing the following image 'G:\aiinput\BGDSD.20200802_115616486.jpg' failed. Can't reach DeepQuestAI Server at
.