IAmATeaf
Known around here
anyone get the memos to work? I cant see a 1.67 version of ai tool
You need to go to the project home on github and then look at the recent releases.
anyone get the memos to work? I cant see a 1.67 version of ai tool
Ok thanks..You need to go to the project home on github and then look at the recent releases.
Ok thanks..
Anyone have them working? If so post a pic to see what it looks like on alerts
Also anyone know if there has been a way to run deepstack as a service. Mine shutoff this morning and it took me a few hours to notice when I wasn't getting any alerts for a few hours
I'm running deepstack on windows.. i couldn't get docker to install and runI you running DQ for Windows? If so then currently there isn’t a way that I found. This is why I moved over to Docker, so I now run Docker Desktop and then DQ as a docker container.
Can you access the folder that the images are in from the DQ box?
Does your CPU that Deepstack is running on support AVX? If it doesn't this is what happens; receiving an error from AI Tool that is can't reach Deepstack. Try the following commands to pull down and run the noavx version of Deepstack:The image files on my docker deepstack server? if so, how do I get to the folder?
The DQ server is getting some type of connection from my BI server
docker:
Jul 13 19:17:01 f94c77d5aca7 CRON[20588]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
[GIN] 2020/07/13 - 19:21:27 | 404 | 900ns | 172.17.0.1 | GET /manager/html
[GIN] 2020/07/13 - 19:30:07 | 200 | 37.2µs | 172.17.0.1 | POST /v1/vision/detection
[GIN] 2020/07/13 - 19:30:17 | 200 | 15.3µs | 172.17.0.1 | POST /v1/vision/detection
[GIN] 2020/07/13 - 19:30:22 | 200 | 41.2µs | 172.17.0.1 | POST /v1/vision/detection
[GIN] 2020/07/13 - 19:31:36 | 200 | 15µs | 172.17.0.1 | POST /v1/vision/detection
[GIN] 2020/07/13 - 19:31:41 | 200 | 65.1µs | 172.17.0.1 | POST /v1/vision/detection
[GIN] 2020/07/13 - 19:33:27 | 200 | 22.7µs | 172.17.0.1 | POST /v1/vision/detection
Im not 100% sure how I can find out, here are the specs: i5-6400 CPU @ 2.7GHzDoes your CPU that Deepstack is running on support AVX? If it doesn't this is what happens; receiving an error from AI Tool that is can't reach Deepstack. Try the following commands to pull down and run the noavx version of Deepstack:
sudo docker pull deepquestai/deepstack:noavx
sudo docker run -e VISION-DETECTION=True -v localstorage:/datastore \-p 80:5000 deepquestai/deepstack:noavx
Im not 100% sure how I can find out, here are the specs: i5-6400 CPU @ 2.7GHz
I actually have deepquestai/deepstack:noavx running (see attached)
I'm just running docker for windowsThat CPU supports AVX I believe. It’s odd that it works in Docker with noavx. What are you running as your Hypervisor? I’m thinking that it isn’t passing AVX support to the guest.
Sent from my iPhone using Tapatalk
I'm just running docker for windows
do i need to change the docker subnet in the settings?
I tried to run docker on windows and kept getting a error pop-up.I’m honestly not sure, sorry. Others here have had success running Docker in Windows, but I don’t believe that they had to change any settings to pass AVX to the guest.
Sent from my iPhone using Tapatalk
what worked for you? also, what ai tool are you running?I tried to run docker on windows and kept getting a error pop-up.
Hello, I'm running DeepQuest Server on Win7 through Docker Toolbox. And I'm getting following error when trying to get response from DeepQuest Server:
[12.07.2020, 20:28:30.284]: Starting analysis of D:\BlueIris\AI Input\PARKOVKA_SD.20200712_202830268.jpg
[12.07.2020, 20:28:30.288]: (1/6) Uploading image to DeepQuestAI Server
[12.07.2020, 20:28:30.294]: (2/6) Waiting for results
[12.07.2020, 20:28:30.299]: (3/6) Processing results:
[12.07.2020, 20:28:30.305]: System.NullReferenceException |Object reference not set to an instance of an object.. (code: -2147467261 )
[12.07.2020, 20:28:30.310]: ERROR: Processing the following image 'D:\BlueIris\AI Input\PARKOVKA_SD.20200712_202830268.jpg' failed. Failure in AI Tool processing the image.
Docker is run with following command:
docker run -e VISION-DETECTION=True -v localstorage:/datastore -p 123:5000 \
deepquestai/deepstack
Docker QuickStart Terminal logs following text at the same time:
[GIN] 2020/07/12 - 17:43:04 | 403 | 26.446s | 192.168.99.1 | POST /v
1/vision/detection
What is wrong?
This seems like an issue with AI Tool. What object types do you have selected in AI Tool?
Sent from my iPhone using Tapatalk