This may be nothing, but in windows docker,it runs in 2 modes linux platform or windows platform, I'm running my deepstack docker in linux platform. I've never tried it running in windows platform, don't know if it would run perfectly or run with errors in windows platform.
if you are using docker desktop gui rick click you should see something. I use the command line i specify volume mount point, which I can't do in docker desktop.
i also mapped the port to 8080 for AI Tool to use. e:\dockerData is folder i precreated before running docker for deepquestAI to store whatever data it wants there permanently.
i got this working only couple weeks ago, though the image I downloaded 5 weeks ago.
docker run --platform linux -dti --name "deepquestAI" --restart always --net="bridge" -v e:/dockerData:/datastore -e MODE=Medium -e VISION-SCENE=True -e VISION-FACE=True -e VISION-DETECTION=True -p 8080:5000 deepquestai/deepstack:latest
I am now getting errors in AI tool. I tried restarting the service as well as renaming the history.csv to history.csv.old I've since renamed the original, but continue to get errors in the logs. Has anyone else ran across this problem?
.12.2019, 14:37:46]: ERROR: Can't write to cameras/history.csv!
[17.12.2019, 14:37:46]: ERROR: Can't write to cameras/history.csv!
[17.12.2019, 14:37:46]: ERROR: Can't write to cameras/history.csv!
[17.12.2019, 14:37:46]: ERROR: Can't write to cameras/history.csv!
[17.12.2019, 15:04:45]: ERROR: Can't clean the cameras/history.csv!
[17.12.2019, 15:05:32]: ERROR: Can't clean the cameras/history.csv!
[17.12.2019, 15:12:22]: ERROR: Can't clean the cameras/history.csv!
[17.12.2019, 15:12:37]: ERROR: Can't clean the cameras/history.csv!
Were you ever able to solve this issue? I'm getting this error and haven't been able to find a solution in the thread.
Why not add the ability to do license plate detection
Just started looking into this, I'm going to apologise as I've not read this entire thread, just the first and last few pages but I have a few annoying/noddy questions.
DeepQuestAI is now DeepStackAI? When I registered I didn't get an API key, just what I think is a product key. Does this affect/impact the product and what I want from it?
I run my system headless, I've configured AITool.exe to run as a service using NSSM but what do people do about DeepStackAI which needs to be manually started and the key and port number entered each time? Wondering if I can just disconnect from my RDP session if that will leave DeepStackAI still running.
Still getting my head around it so wish me luck
I haven't seen much of an increase by cloning cameras. You should check the status to see if only one stream is pulling for each camera-this is how it should be. Also, you should disable all overlays on the cloned cameras as well as audio (if your camera supports audio). This CPU increase may be due to Deepstack (if you're running on the same machine). Deepstack is very CPU intensive. I moved Deepstack to a separate server for this reason.I’ve got it all installed and working, am playing around with it, have cloned all 6 of my cams and left if all running.
I have noticed that it adds a significant load to the PC, mines now at 68% CPU whereas with substreams it was sitting at around 10%. Is that people’s experience?
I did, I ended up going back a version. I copied the contents of the extracted folder, excluding the cameras directory, to the folder that AI Tool was in and this fixed my issue. Since then I’ve upgraded to the beta version that @GentlePumpkin released a few days ago and it is working well. I followed the same process to upgrade to the beta version.
Sent from my iPhone using Tapatalk
Thanks! Anyone know if flagalert will fire MQTT or other alerts in blueiris? I can't get them to fire.
I disabled deepstack for the time being as it was pegging my CPU at 100%, quite surprised, not the greatest but not a bad CPU i5-6500.
Might look at running it in socket for Windows to see if as posted above that runs any better.
Got a bit of a hurdle with part 2 of my plan, installed docker for Windows and it complains that virtualisation isn’t enabled. Problem is my BI PC is in the attic and headless so I’d need to get out the ladder, then take a screen up there etc.