[tool] [tutorial] Free AI Person Detection for Blue Iris

photomatix

n3wb
Joined
Oct 19, 2020
Messages
2
Reaction score
0
Location
Oklahoma US
Sorry if this post is long. I wanted to include as much detail as possible with the issue I'm having.

I can't imagine that I'm the only person having this issue, but I can't seem to find any mentions about it in this thread.

For some reason, I can't get the docker image or the Windows install of Deepstack to work. Both have different issues.
On docker, when I run it, it creates the container as you'd expect, but then stops here:

Code:
docker run --restart=always -e VISION-DETECTION=True -v localstorage:/datastore -p 83:5000 --name deepstack deepquestai/deepstack
/v1/vision/detection
---------------------------------------
v1/vision/addmodel
---------------------------------------
v1/vision/listmodels
---------------------------------------
v1/vision/deletemodel
---------------------------------------
---------------------------------------
v1/backup
---------------------------------------
v1/restore
If I cancel it, the container remains and partially works. The web server works for deepstack however the actually AI server itself doesn't function. The AI tool cannot communicate with it. I've turned off firewalls, tried running docker on the same machine and a remote machine, and everything else I can think of.

On the Windows side, when I use the deepstack Windows server, it runs as you'd expect but I get this error in the AI tool log:
Code:
Error: Deepstack partially running.  You many (typo in the program :) ) need to manually kill server.exe, python.exe, redis-server.exe
I've tried running the server both manually or having the AI tool start the server. When the AI server starts the server, I get this in the log:
Code:
[19.10.2020, 22:07:29.072]:                 DeepStack> Redis-server.exe> [14868] 19 Oct 22:07:29 # Warning: no config file specified, using the default config. In order to specify a config file use 'redis-server /path/to/redis.conf'
[19.10.2020, 22:07:31.577]:                 DeepStack> Python.exe> ERROR: Traceback (most recent call last):
[19.10.2020, 22:07:31.582]:                 DeepStack> Python.exe> ERROR:   File "C:\DeepStack\interpreter\packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module>
[19.10.2020, 22:07:31.586]:                 DeepStack> Python.exe> ERROR:     from tensorflow.python.pywrap_tensorflow_internal import *
[19.10.2020, 22:07:31.590]:                 DeepStack> Python.exe> ERROR:   File "C:\DeepStack\interpreter\packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in <module>
[19.10.2020, 22:07:31.593]:                 DeepStack> Python.exe> ERROR:     _pywrap_tensorflow_internal = swig_import_helper()
[19.10.2020, 22:07:31.597]:                 DeepStack> Python.exe> ERROR:   File "C:\DeepStack\interpreter\packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
[19.10.2020, 22:07:31.601]:                 DeepStack> Python.exe> ERROR:     _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
[19.10.2020, 22:07:31.604]:                 DeepStack> Python.exe> ERROR:   File "imp.py", line 242, in load_module
[19.10.2020, 22:07:31.608]:                 DeepStack> Python.exe> ERROR:   File "imp.py", line 342, in load_dynamic
[19.10.2020, 22:07:31.612]:                 DeepStack> Python.exe> ERROR: ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.
[19.10.2020, 22:07:31.615]:                 DeepStack> Python.exe> ERROR: During handling of the above exception, another exception occurred:
[19.10.2020, 22:07:31.620]:                 DeepStack> Python.exe> ERROR: Traceback (most recent call last):
[19.10.2020, 22:07:31.623]:                 DeepStack> Python.exe> ERROR:   File "../intelligence.py", line 13, in <module>
[19.10.2020, 22:07:31.626]:                 DeepStack> Python.exe> ERROR:     from sharedintelligence.commons import preprocess
[19.10.2020, 22:07:31.630]:                 DeepStack> Python.exe> ERROR:   File "C:\DeepStack\sharedintelligence\__init__.py", line 5, in <module>
[19.10.2020, 22:07:31.634]:                 DeepStack> Python.exe> ERROR:     from .detection3 import DetectModel3
[19.10.2020, 22:07:31.637]:                 DeepStack> Python.exe> ERROR:   File "C:\DeepStack\sharedintelligence\detection3\__init__.py", line 1, in <module>
[19.10.2020, 22:07:31.640]:                 DeepStack> Python.exe> ERROR:     from .process import DetectModel3
[19.10.2020, 22:07:31.643]:                 DeepStack> Python.exe> ERROR:   File "C:\DeepStack\sharedintelligence\detection3\process.py", line 1, in <module>
[19.10.2020, 22:07:31.646]:                 DeepStack> Python.exe> ERROR:     from .utils import read_pb_return_tensors,cpu_nms
[19.10.2020, 22:07:31.651]:                 DeepStack> Python.exe> ERROR:   File "C:\DeepStack\sharedintelligence\detection3\utils.py", line 1, in <module>
[19.10.2020, 22:07:31.654]:                 DeepStack> Python.exe> ERROR:     import tensorflow as tf
[19.10.2020, 22:07:31.659]:                 DeepStack> Python.exe> ERROR:   File "C:\DeepStack\interpreter\packages\tensorflow\__init__.py", line 24, in <module>
[19.10.2020, 22:07:31.662]:                 DeepStack> Python.exe> ERROR:     from tensorflow.python import pywrap_tensorflow  # pylint: disable=unused-import
[19.10.2020, 22:07:31.666]:                 DeepStack> Python.exe> ERROR:   File "C:\DeepStack\interpreter\packages\tensorflow\python\__init__.py", line 49, in <module>
[19.10.2020, 22:07:31.670]:                 DeepStack> Python.exe> ERROR:     from tensorflow.python import pywrap_tensorflow
[19.10.2020, 22:07:31.674]:                 DeepStack> Python.exe> ERROR:   File "C:\DeepStack\interpreter\packages\tensorflow\python\pywrap_tensorflow.py", line 74, in <module>
[19.10.2020, 22:07:31.678]:                 DeepStack> Python.exe> ERROR:     raise ImportError(msg)
[19.10.2020, 22:07:31.682]:                 DeepStack> Python.exe> ERROR: ImportError: Traceback (most recent call last):
[19.10.2020, 22:07:31.685]:                 DeepStack> Python.exe> ERROR:   File "C:\DeepStack\interpreter\packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module>
[19.10.2020, 22:07:31.689]:                 DeepStack> Python.exe> ERROR:     from tensorflow.python.pywrap_tensorflow_internal import *
[19.10.2020, 22:07:31.692]:                 DeepStack> Python.exe> ERROR:   File "C:\DeepStack\interpreter\packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in <module>
[19.10.2020, 22:07:31.696]:                 DeepStack> Python.exe> ERROR:     _pywrap_tensorflow_internal = swig_import_helper()
[19.10.2020, 22:07:31.699]:                 DeepStack> Python.exe> ERROR:   File "C:\DeepStack\interpreter\packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
[19.10.2020, 22:07:31.706]:                 DeepStack> Python.exe> ERROR:     _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
[19.10.2020, 22:07:31.710]:                 DeepStack> Python.exe> ERROR:   File "imp.py", line 242, in load_module
[19.10.2020, 22:07:31.714]:                 DeepStack> Python.exe> ERROR:   File "imp.py", line 342, in load_dynamic
[19.10.2020, 22:07:31.717]:                 DeepStack> Python.exe> ERROR: ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.
[19.10.2020, 22:07:31.721]:                 DeepStack> Python.exe> ERROR: Failed to load the native TensorFlow runtime.
[19.10.2020, 22:07:31.724]:                 DeepStack> Python.exe> ERROR: See https://www.tensorflow.org/install/errors
[19.10.2020, 22:07:31.727]:                 DeepStack> Python.exe> ERROR: for some common reasons and solutions.  Include the entire stack trace
[19.10.2020, 22:07:31.731]:                 DeepStack> Python.exe> ERROR: above this error message when asking for help.
[19.10.2020, 22:07:31.734]:                 DeepStack> Process exited:  Name='Main:Python.exe', ExitCode='1 (Process killed or exited with error)', Runtime='2669'ms
I have no idea what that means, but I suspect the Python.exe is the "part" of the partial server AI tool says isn't running. I don't see it in task manager while I see the other two EXEs.

I've tried several versions of the AI tool and I'm currently on version 1.67.8.33855. Any help would be appreciated; I'm about to pull my hair out trying to make this silly thing work!
 
Joined
Oct 1, 2020
Messages
18
Reaction score
2
Location
Texas
On docker, when I run it, it creates the container as you'd expect, but then stops here:

Code:
docker run --restart=always -e VISION-DETECTION=True -v localstorage:/datastore -p 83:5000 --name deepstack deepquestai/deepstack
/v1/vision/detection
---------------------------------------
v1/vision/addmodel
---------------------------------------
v1/vision/listmodels
---------------------------------------
v1/vision/deletemodel
---------------------------------------
---------------------------------------
v1/backup
---------------------------------------
v1/restore
Since you seem to be running in Windows, which version of Docker are you using? I had the best luck just running an Ubuntu VM then running docker in there instead of the bastardized version of Docker for Windows.

But I also wanted to point out, this actually is what you should see. It "stops here" is exactly where it stops as it'll wait for input. If you go to your IP and port 83 on a browser it should load the DeepStack page and you'll see the GET requests populate that same log window. At that point you should also be able to link Ai-Tools to it and it'll accept requests and start processing images.
 

photomatix

n3wb
Joined
Oct 19, 2020
Messages
2
Reaction score
0
Location
Oklahoma US
Since you seem to be running in Windows, which version of Docker are you using? I had the best luck just running an Ubuntu VM then running docker in there instead of the bastardized version of Docker for Windows.

But I also wanted to point out, this actually is what you should see. It "stops here" is exactly where it stops as it'll wait for input. If you go to your IP and port 83 on a browser it should load the DeepStack page and you'll see the GET requests populate that same log window. At that point you should also be able to link Ai-Tools to it and it'll accept requests and start processing images.
So I guess I just had to "type" it out loud. I just figured it out. On both of the systems I was testing it on, neither have the AVX instruction set (it's what I get for having old hardware). I ran the "noavx" version of the docker image and it's working perfectly now. :facepalm:
 

Tinbum

Pulling my weight
Joined
Sep 5, 2017
Messages
446
Reaction score
126
Location
UK
Can we talk about what right looks like- I am getting alert images sent to Telegram and as far as I can tell they are indeed relevant and I don't have issues with that. I am (now) using the VolronCD version. On the Stats page you have the circle chart and on the bottom it shows # of errors, Alerts, Irrelevant, false, skipped img queued and Action Queued.
Here are my questions-
1. I am getting a ton of errors all showing the trigger URl's, I know the data is correct, I am using both of the URL's from the original set up from pg 1 of this thread, with this version should I only be using 1 of them or should they be different than they are on the original instructions? Should I be putting something in the Cancel URL block (on the Actions Screen)
2. I get thousands of irrelevant and false alerts- they don't end up being sent to me as a alert but the high number! Is this normal, Obviously I don't want to get alerts on them but the #'s seem so high I wonder if I am doing something wrong.
3. What are the skipped files about? Why are they skipped-Should be concerned?
4. IMG Queued/Action Queued? What is their purpose?

As always TIA!!

1 Post an example
2 That is OK and means AITool is doing its job but check your settings in BI see 3. They are too sensitive.
3 Probably due to 2- too many images to process- I don't get any.
4 Once AITool has done its processing of the image it puts any actions it has to take in a separate queue to be done e.g. send telegram message.
 

balucanb

Getting the hang of it
Joined
Sep 19, 2020
Messages
146
Reaction score
23
Location
TX
1 Post an example
2 That is OK and means AITool is doing its job but check your settings in BI see 3. They are too sensitive.
3 Probably due to 2- too many images to process- I don't get any.
4 Once AITool has done its processing of the image it puts any actions it has to take in a separate queue to be done e.g. send telegram message.
@Tinbum Cool Beans! Thanks. Here is an example of the error. sorry do not know a beeter way to C/P it in here-

DTypeTimeIdxDetailMemberName
Detail10/20/2020 8:35:15 AM164127.0.0.1:80 - -> trigger URL called: {admin}&pw={pwJ}, response: '<!DOCTYPE html> <html lang="en"> <head> <script> function renew(){ key_mode = false var admin_key = "" if (key_mode == true){ admin_key = prompt("Enter your admin key","") } document.getElementById("loader").style.display = "" var req = new XMLHttpRequest() req.onreadystatechange = function(){ if(this.readyState == 4 && this.status == 200){ response = JSON.parse(this.responseText) if(response.success == false){ document.getElementById("error_message_renew").innerText = response.error } else { document.getElementById("renew_success").style.display = "" document.getElementById("renew_button").style.display = "none" document.getElementById("expiringdate").innerText = response.expiringdate document.getElementById("daysleft").innerText = response.daysleft document.getElementById("error_message_renew").innerText = "" var plan = response.plan if (plan == 0){ document.getElementById("subscriptiontype").innerHTML = "Free" } else if (plan == 1){ document.getElementById("subscriptiontype").innerHTML = "Business" } else if(plan == 2){ document.getElementById("subscriptiontype").innerHTML = "Standard" } } document.getElementById("loader").style.display = "none" } } req.open("POST","/v1/admin/activate",true) req.setRequestHeader("Content-Type","application/x-www-form-urlencoded") req.send("admin_key="+admin_key) } function activate(re_activation){ key_mode = false var admin_key = "" if (key_mode == true){ admin_key = prompt("Enter your admin key","") } if (re_activation == false){ document.getElementById("loader1").style.display = "" } else{ document.getElementById("loader").style.display = "" } if(re_activation == true){ document.getElementById("error_message_new").innerText = "" } else { document.getElementById("error_message").innerText = "" } var req = new XMLHttpRequest() req.onreadystatechange = function(){ if(this.readyState == 4 && this.status == 200){ response = JSON.parse(this.responseText) if(response.success == false){ document.getElementById("error_message_new").innerText = response.error if(re_activation == true){ document.getElementById("error_message_new").innerText = response.error } else { document.getElementById("error_message").innerText = response.error } } else { if(re_activation == true){ document.getElementById("form-renew-key").style.display = "none" document.getElementById("renew_button").style.display = "none" document.getElementById("re_activate_success").style.display = "" document.getElementById("error_message_new").innerText = "" } document.getElementById("form-renew").style.display = "" document.getElementById("form").style.display = "none" document.getElementById("expiringdate").innerText = response.expiringdate document.getElementById("daysleft").innerText = response.daysleft document.getElementById("error_message").innerText = "" var plan = response.plan if (plan == 0){ document.getElementById("subscriptiontype").innerHTML = "Free" } else if (plan == 1){ document.getElementById("subscriptiontype").innerHTML = "Business" } else if(plan == 2){ document.getElementById("subscriptiontype").innerHTML = "Standard" } } if (re_activation == false){ document.getElementById("loader1").style.display = "none" } else{ document.getElementById("loader").style.display = "none" } } } if (re_activation == false){ key = document.getElementById("activation_key").value } else{ key = document.getElementById("activation_key_new").value } req.open("POST","/v1/admin/activate",true) req.setRequestHeader("Content-Type","application/x-www-form-urlencoded") req.send("key="+key+"&admin_key="+admin_key) } function onload(){ activation = true key_mode = false plan = 0 if(activation == true || plan != null ){ document.getElementById("form-renew").style.display = "" if (plan == 0){ document.getElementById("subscriptiontype").innerHTML = "Free" } else if (plan == 1){ document.getElementById("subscriptiontype").innerHTML = "Business" } else if(plan == 2){ document.getElementById("subscriptiontype").innerHTML = "Standard" } } else { document.getElementById("form").style.display = "" } } </script> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content="s"> <title>DeepStack</title> <link rel="icon" href="assets/img/deepstack.png" > <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/vendor/fontawesome-free/css/all.min.css" rel="stylesheet"> <link rel="stylesheet" href="assets/vendor/simple-line-icons/css/simple-line-icons.css"> <link rel="stylesheet" href="assets/device-mockups/device-mockups.min.css"> <link href="assets/css/new-age.min.css" rel="stylesheet"> </head> <body id="page-top" onload="onload()"> <nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav"> <div class="container"> <a class="navbar-brand js-scroll-trigger" href=""><img src="assets/img/deepstack.png" width="30" height="30" class="d-inline-block align-top" alt=""> <b style="color: white;" >DeepStack</b> </a> <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> Menu <i class="fas fa-bars"></i> </button> </div> </nav> <header class="masthead"> <div class="container h-100" > <div class="row h-100" id="form" style="display: none;"> <div class="col-lg-7 my-auto"> <div class="header-content mx-auto"> <h1 class="mb-5" style="font-size: 70px;"><b>DeepStack 3.4</b></h1> <p class="mb-5">Congratulations! You have successfully installed DeepStack AI Server on your machine. To activate all the Recognition and Detection APIs, get an <b>Activation Key</b> and Enter the Key on the right.</p> <div class="row" > <div class="col-sm-12" > <a href="Sign Up" target="_blank" class="btn btn-outline btn-xl js-scroll-trigger btn-primary" style="margin: 10px;">Get Activation Key!</a> </div> </div> <div class="row" > <div class="col-sm-8" > <a href="Dev Center - DeepStack" target="_blank" class="btn btn-outline btn-xl js-scroll-trigger" style="margin: 10px;">DeepStack Dev Center </a> </div> </div> <div class="row" > <div class="col-sm-8" > <a href="DeepStack Forum" target="_blank" class="btn btn-outline btn-xl js-scroll-trigger" style="margin: 10px;">DeepStack Forum </a> </div> </div> </div> </div> <div class="col-lg-5 my-auto" style="background-image: url('assets/img/dark-background.png')"> <br> <br> <div class="form-group"> <label for="activation_key">Enter Activation Key </label> <input type="text" class="form-control" id="activation_key" aria-describedby="emailHelp" placeholder=""> <span id="error_message" style="color: orangered;"></span> <span class="form-text" style="color: white;font-size: 14px;">Get a Key from <b><a href="Sign Up" target="_blank" style="color: green;">DeepStack AI Server</a></b></span> </div> <button type="submit" onclick="activate(false)" class="btn btn-primary btn-block">Activate Now!</button> <br> <br> <center><img src="assets/img/loader.gif" id="loader1" style="width: 60px; height: 60px; display: none;"/></center> </div> </div> <div class="row h-100" id="form-renew" style="display: none;"> <div class="col-lg-7 my-auto"> <div class="header-content mx-auto"> <h1 class="mb-12" style="font-size: 70px;"><b>DeepStack Activated</b></h1> <p class="mb-5">Your DeepStack Installation is Activated. </p> <p class="mb-5">Visit the Developer Center for Tutorials and Documentations </p> <div class="row" > <div class="col-sm-8" > <a href="Dev Center - DeepStack" target="_blank" class="btn btn-outline btn-xl js-scroll-trigger" style="margin: 10px;">DeepStack Dev Center</a> </div> </div> <div class="row" > <div class="col-sm-8" > <a href="DeepStack Forum" target="_blank" class="btn btn-outline btn-xl js-scroll-trigger" style="margin: 10px;">DeepStack Forum </a> </div> </div> </div> </div> <div class="col-lg-5 my-auto" style="background-image: url('assets/img/dark-background.png')"> <br> <br> <div class="form-group" > <p><b>Days left on Subscription:</b> <span id="daysleft"> 685<span></p> <p><b>Subscription Expiration:</b> <span id="expiringdate"> 2022-09-06 </span> </p> <p><b>Subscription Type:</b> <span id="subscriptiontype"> </span> </p> <button onclick="renew()" id="renew_button" class="btn btn-primary btn-block">Renew Current Subscription</button> <span id="error_message_renew" style="color: orangered;"></span> <h2 id="renew_success" style="color: green; display: none;"> Renewal Successful </h2> <br> <br> </div> <div class="form-group" id="form-renew-key" > <h1> New Key Activation </h1> <label for="activation_key">Enter New Activation Key </label> <input type="text" class="form-control" id="activation_key_new" aria-describedby="emailHelp" placeholder=""> <span id="error_message_new" style="color: orangered;"></span> <span class="form-text" style="color: white;font-size: 14px;">Get a Key from <b><a href="Sign Up" target="_blank" style="color: green;">DeepStack AI Server</a></b></span> <button type="submit" onclick="activate(true)" class="btn btn-primary btn-block"> Activate New Key </button> </div> <h2 id="re_activate_success" style="color: green; display: none;"> Reactivation Successful </h2> <br> <br> <center><img src="assets/img/loader.gif" id="loader" style="width: 60px; height: 60px;display: none;"/></center> </div> </div> <div class="row h-100" id="response" style="display: none;"> <div class="col-lg-7 my-auto"> <div class="header-content mx-auto"> <h1 class="mb-12" style="font-size: 70px;"><b>DeepStack Activated</b></h1> <p class="mb-5">Your DeepStack Installation is Activated. </p> <p class="mb-5">Visit the Developer Center for Tutorials and Documentations </p> <div class="row" > <div class="col-sm-8" > <a href="DeepStack AI Server" target="_blank" class="btn btn-outline btn-xl js-scroll-trigger" style="margin: 10px;">DeepStack Dev Center</a> </div> </div> <div class="row" > <div class="col-sm-8" > <a href="DeepStack Forum" target="_blank" class="btn btn-outline btn-xl js-scroll-trigger" style="margin: 10px;">DeepStack Forum</a> </div> </div> </div> </div> </div> </div> </header> </body> </html> ' CallTriggerURLs>
 
Joined
Nov 6, 2019
Messages
13
Reaction score
5
Location
Spring Texas
Download the zip file and follow instructions of normal upgrade on page 1. (Save a copy of all of your AITool folder first, especially your Camera folder)
Is this still how we upgrade from GentlePumpkin AITool to this current fork? I attempted this several times, and the new AITool has no options, a just starts logging errors immediately - it looks broken, and nothing like that I've seen in the last 10 pages that include screen shots.
 

Tinbum

Pulling my weight
Joined
Sep 5, 2017
Messages
446
Reaction score
126
Location
UK

Use the lower links and note they are going over to docker only I believe ;

Run
deepquestai/deepstack:latest
or
deepquestai/deepstack:cpu-x5-beta

It's much much faster. :) :) :)

1603363700543.png
 

Tinbum

Pulling my weight
Joined
Sep 5, 2017
Messages
446
Reaction score
126
Location
UK
Is this still how we upgrade from GentlePumpkin AITool to this current fork? I attempted this several times, and the new AITool has no options, a just starts logging errors immediately - it looks broken, and nothing like that I've seen in the last 10 pages that include screen shots.
typical screen shot

1603366170218.png
 

Village Guy

Pulling my weight
Joined
May 6, 2020
Messages
291
Reaction score
161
Location
UK
Copied from deepstack forum.

Update:
Due to a bug with no detections, we have updated this
Run
deepquestai/deepstack:latest

or
deepquestai/deepstack:cpu-x5-beta

It was announced 3 hrs ago
 
Last edited:

Senor Pibb

Getting the hang of it
Joined
May 22, 2020
Messages
77
Reaction score
36
Location
Greer, SC
Hello,

Can someone explain the mode=HIGH/MED/LOW option more? I read that it controls how fast it / accurate is looks for objects. Is the High/MED/LOW controlling the speed or accuracy ? If it set it to HIGH does that mean faster or more accurate?

Thank you
 

Tinbum

Pulling my weight
Joined
Sep 5, 2017
Messages
446
Reaction score
126
Location
UK
Copied from deepstack forum.

Update:
Due to a bug with no detections, we have updated this
Run
deepquestai/deepstack:latest

or
deepquestai/deepstack:cpu-x5-beta

It was announced 3 hrs ago
:confused: that download is in my post already.
 

Tinbum

Pulling my weight
Joined
Sep 5, 2017
Messages
446
Reaction score
126
Location
UK
Hello,

Can someone explain the mode=HIGH/MED/LOW option more? I read that it controls how fast it / accurate is looks for objects. Is the High/MED/LOW controlling the speed or accuracy ? If it set it to HIGH does that mean faster or more accurate?

Thank you
Accuracy so the higher the accuracy the slower it is.
 

barnyard

n3wb
Joined
Aug 9, 2020
Messages
24
Reaction score
5
Location
United States

Use the lower links and note they are going over to docker only I believe ;

Run
deepquestai/deepstack:latest
or
deepquestai/deepstack:cpu-x5-beta

It's much much faster. :) :) :)

View attachment 73095
So, how's the accuracy on the new version? I'm constantly getting person notifications on this cat that's been hanging around the house. Also, when they say that noavx is supported out of the box, do I still add the noavx tag to the command when I run it?

Sent from my Pixel 3 using Tapatalk
 

Village Guy

Pulling my weight
Joined
May 6, 2020
Messages
291
Reaction score
161
Location
UK
:confused: that download is in my post already.
My post was intended to advise that their 'latest' version may need updating, hence I gave a time reference. Sorry if you felt it was simply duplication of your earlier helpful post.
 

Tinbum

Pulling my weight
Joined
Sep 5, 2017
Messages
446
Reaction score
126
Location
UK
So, how's the accuracy on the new version? I'm constantly getting person notifications on this cat that's been hanging around the house. Also, when they say that noavx is supported out of the box, do I still add the noavx tag to the command when I run it?

Sent from my Pixel 3 using Tapatalk
It now give a proper % not just between 89 and 100.
 

MnM

Young grasshopper
Joined
May 14, 2014
Messages
95
Reaction score
20

Use the lower links and note they are going over to docker only I believe ;

Run
deepquestai/deepstack:latest
or
deepquestai/deepstack:cpu-x5-beta

It's much much faster. :) :) :)

View attachment 73095
Which one is much faster? deepstack:latest or deepstack:cpu-x5-beta?
 

tripp396

Getting the hang of it
Joined
Jun 18, 2020
Messages
65
Reaction score
30
Location
Minnesota
Got a quick question on building this from source. I was able to build it in Visual Studio fine and it works great. Is there an easy way to save my options and camera setup from build to build?
 

Senor Pibb

Getting the hang of it
Joined
May 22, 2020
Messages
77
Reaction score
36
Location
Greer, SC
In the Status tab, is there a way to display the labels for the colors? I can't remember what each color is from the org app.
 

tripp396

Getting the hang of it
Joined
Jun 18, 2020
Messages
65
Reaction score
30
Location
Minnesota
Another question: Is there a way to just send through the object detected without the confidence level? For example I am using the [Detection] variable in an MQTT topic and while I though that used to just send through something like "Person", it seems to send through "Person (95%)". Wondering if there is a way for just the object to have a variable.
 
Top