he's asking what command was typed to start your deepstack (originally anyways, if it auto-restarts) in docker, or powershell, or where ever you call it (when your computer first powers up for instance). if it is deepstack for windows it might just be a setting or a line within that program.
from your logs, you shouldn't need all those face detection api's, but you DO need the vision-detection api (which recognizes objects), which isn't shown in your log. this api is called and configured in the deepstack run command, as is other settings including the deepstack version (gpu/cpu, etc). For instance, the command will need to contain the following in it somewhere:
VISION-DETECTION=True
I downloaded via Windows, no Docker or cmd line inputs.
As far as the API's go, the only one i selected during the install was vision detection.
I just did a shutdown and restart, everything looks good and running.
Deepstack is showing a POST /vi/vision/detection and the IP is correct. I did check to make sure that DQ was active @
all good here. But when I check the full url:
i get a 404 error. Is this normal?
[01.12.2020, 13:07:52.268]: Starting analysis of C:\Users\ddetm\Documents\AIinput\FrontDoor.20201201_130750296.jpg
[01.12.2020, 13:07:52.775]: (1/6) Uploading image to DeepQuestAI Server
[01.12.2020, 13:07:53.400]: (2/6) Waiting for results
[01.12.2020, 13:07:53.589]: Newtonsoft.Json.JsonSerializationException | Error converting value 404 to type 'WindowsFormsApp2.Response'. Path '', line 1, position 3. (code: -2146233088 )
[01.12.2020, 13:07:53.786]: ERROR: Processing the following image 'C:\Users\ddetm\Documents\AIinput\FrontDoor.20201201_130750296.jpg' failed. Can't reach DeepQuestAI Server at
.
[01.12.2020, 13:07:55.100]:
[01.12.2020, 13:07:55.127]: Starting analysis of C:\Users\ddetm\Documents\AIinput\FrontDoor.20201201_130754343.jpg
[01.12.2020, 13:07:55.265]: (1/6) Uploading image to DeepQuestAI Server
[01.12.2020, 13:07:55.762]: (2/6) Waiting for results
[01.12.2020, 13:07:56.257]: Newtonsoft.Json.JsonSerializationException | Error converting value 404 to type 'WindowsFormsApp2.Response'. Path '', line 1, position 3. (code: -2146233088 )
[01.12.2020, 13:07:56.519]: ERROR: Processing the following image 'C:\Users\ddetm\Documents\AIinput\FrontDoor.20201201_130754343.jpg' failed. Can't reach DeepQuestAI Server at
.
[01.12.2020, 13:07:58.678]:
[01.12.2020, 13:07:58.828]: Starting analysis of C:\Users\ddetm\Documents\AIinput\FrontDoor.20201201_130758379.jpg
[01.12.2020, 13:07:58.856]: (1/6) Uploading image to DeepQuestAI Server
[01.12.2020, 13:07:59.491]: (2/6) Waiting for results
[01.12.2020, 13:07:59.762]: Newtonsoft.Json.JsonSerializationException | Error converting value 404 to type 'WindowsFormsApp2.Response'. Path '', line 1, position 3. (code: -2146233088 )
[01.12.2020, 13:07:59.981]: ERROR: Processing the following image 'C:\Users\ddetm\Documents\AIinput\FrontDoor.20201201_130758379.jpg' failed. Can't reach DeepQuestAI Server at
.