I have the following issue:
Starting DeepStack with VISION-DETECTION=True gives me the following error:
[02.07.2020, 17:25:57.546]: (1/6) Uploading image to DeepQuestAI Server
[02.07.2020, 17:25:58.043]: Cleaning cameras/history.csv if neccessary...
[02.07.2020, 17:25:59.807]: System.Net.Http.HttpRequestException | An error occurred while sending the request. (code: -2146233079 )
[02.07.2020, 17:25:59.816]: ERROR: Processing the following image 'D:\
BlueIris\aiinput/IPC08.20200702_172557513.jpg' failed. Can't reach DeepQuestAI Server at
.
When I visit the webpage
I can see DeepStack is running and activated.
When I start DeepStack with VISION-SCENE=True or VISION-FACE=True i get this error:
[02.07.2020, 17:21:26.236]: (1/6) Uploading image to DeepQuestAI Server
[02.07.2020, 17:21:26.249]: (2/6) Waiting for results
[02.07.2020, 17:21:26.257]: (3/6) Processing results:
[02.07.2020, 17:21:26.265]: System.NullReferenceException | Object reference not set to an instance of an object. (code: -2147467261 )
[02.07.2020, 17:21:26.273]: ERROR: Processing the following image 'D:\BlueIris\aiinput/IPC08.20200702_172126168.jpg' failed. Failure in AI Tool processing the image.
This seems logic to me since it needs VISION-DETECTION, but it shows DeepStack in this case can be reached.
This is how I start Deepstack (Linux Debian 10 in VM under MSWindows10):
sudo docker run -e VISION-DETECTION=True -v localstorage:/datastore -p 80:5000 deepquestai/deepstack
I already tried the windows version of deepstack in windows 10. Same problem after selecting the checkbox after DETECTION.
I tried to install DeepStack on a docker version in Synology NAS. When entering enviroment variable VISION-DETECTION=TRUE Same problem without this variable server can be reached but processing error.
Please Help.
PiTA