ljw2k
Known around here
Yes I have created an account and have the activation Key but for some reason my PC is saying the site is unsafe and tried to get it to work on many browsers to allow access but just fails.
Are you getting the certificate warning when trying to access the DeepStack srver on your local machine or when trying to access DeepStack AI Server ? If from your local IP, then you can ignore the certificate warning as this is due to DeepStack using a self-signed SSL certificate.Yes I have created an account and have the activation Key but for some reason my PC is saying the site is unsafe and tried to get it to work on many browsers to allow access but just fails.
maybe it's simply because of missing https?Yes I am getting that warning which stops me accessing their page where I need to activate it via the Key. I have tried everything but can't get on their page to activate,
[06.05.2020, 16:55:38]: ERROR: Processing the following image 'C:\BlueIris\aiinput/Gar1sd.20200506_165537420.jpg' failed. Can't reach DeepQuestAI Server at 192.168.1.97:5000.
[06.05.2020, 16:58:57]: ERROR: Processing the following image 'C:\BlueIris\aiinput/Terr1sd.20200506_165857461.jpg' failed. Failure in AI Tool processing the image.
[06.05.2020, 16:59:00]: ERROR: Processing the following image 'C:\BlueIris\aiinput/Ht1sd.20200506_165900095.jpg' failed. Failure in AI Tool processing the image.
root@deepstack-ai:~# docker run -e VISION-SCENE=True -v localstorage:/datastore -p 80:5000 deepquestai/deepstack
/v1/vision/scene
---------------------------------------
v1/vision/addmodel
---------------------------------------
v1/vision/listmodels
---------------------------------------
v1/vision/deletemodel
---------------------------------------
---------------------------------------
v1/backup
---------------------------------------
v1/restore
[GIN] 2020/05/06 - 14:53:32 | 403 | 62.932µs | 192.168.1.17 | POST /v1/vision/detection
[GIN] 2020/05/06 - 14:53:32 | 403 | 20.514µs | 192.168.1.17 | POST /v1/vision/detection
[GIN] 2020/05/06 - 14:53:35 | 403 | 28.752µs | 192.168.1.17 | POST /v1/vision/detection
[GIN] 2020/05/06 - 14:53:35 | 403 | 38.22µs | 192.168.1.17 | POST /v1/vision/detection
[GIN] 2020/05/06 - 14:55:03 | 403 | 36.487µs | 192.168.1.17 | POST /v1/vision/detection
[GIN] 2020/05/06 - 14:55:07 | 403 | 24.05µs | 192.168.1.17 | POST /v1/vision/detection
[GIN] 2020/05/06 - 14:55:18 | 403 | 40.339µs | 192.168.1.17 | POST /v1/vision/detection
[GIN] 2020/05/06 - 14:55:18 | 403 | 17.595µs | 192.168.1.17 | POST /v1/vision/detection
[GIN] 2020/05/06 - 14:55:23 | 403 | 27.691µs | 192.168.1.17 | POST /v1/vision/detection
[GIN] 2020/05/06 - 14:55:23 | 403 | 20.268µs | 192.168.1.17 | POST /v1/vision/detection
[GIN] 2020/05/06 - 14:55:34 | 403 | 22.565µs | 192.168.1.17 | POST /v1/vision/detection
[GIN] 2020/05/06 - 14:55:37 | 403 | 23.506µs | 192.168.1.17 | POST /v1/vision/detection
[GIN] 2020/05/06 - 14:58:57 | 403 | 30.685µs | 192.168.1.17 | POST /v1/vision/detection
[GIN] 2020/05/06 - 14:58:57 | 403 | 20.633µs | 192.168.1.17 | POST /v1/vision/detection
[GIN] 2020/05/06 - 14:59:00 | 403 | 21.714µs | 192.168.1.17 | POST /v1/vision/detection
[GIN] 2020/05/06 - 14:59:00 | 403 | 20.754µs | 192.168.1.17 | POST /v1/vision/detection
I see you are right. I installed DeepStack AI Server on Windows and it even wont work. At Windows Server 2019 I see /v1/vision/detection, but it even wont work.Looks like you may not have the detection API enabled, I have not used the docker container but usually you see /v1/vision/detection on startup. I also see that a HTTP 403 not found error is being sent instead of the normal 200 OK.