Search results

  1. pmcross

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

    Try the following command in Docker: sudo docker run -e VISION-DETECTION=True -v localstorage:/datastore \-p 80:5000 deepquestai/deepstack
  2. pmcross

    Yet another AI detection tool

    Sorry to ask a dumb question, but is this compiled anywhere so that I can download the exe and try it out? I see the source code on GitHub but I don't see an exe, etc. Is this meant to be ran on Windows?
  3. pmcross

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

    Are you passing the memo in the URL in AI Tool to BI? Sent from my iPhone using Tapatalk
  4. pmcross

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

    It should show in the local BI console on the alerts view. There should be the detected object type and the confidence level on each alert. Sent from my iPhone using Tapatalk
  5. pmcross

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

    I don’t believe that it’s supported in the version that you’re running. Upgrade to the latest stable version, 5.2.9.23 and then give it a try. Sent from my iPhone using Tapatalk
  6. pmcross

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

    It does label it in BI, but only in the local console. Hopefully it gets added to UI3 and the mobile app. Sent from my iPhone using Tapatalk
  7. pmcross

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

    I have memos working in BI now. Sent from my iPhone using Tapatalk
  8. pmcross

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

    This seems like an issue with AI Tool. What object types do you have selected in AI Tool? Sent from my iPhone using Tapatalk
  9. pmcross

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

    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
  10. pmcross

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

    That 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
  11. pmcross

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

    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: sudo docker pull deepquestai/deepstack:noavx sudo docker...
  12. pmcross

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

    I use Telegram to receive alerts from AI Tool in addition to push and text messages from BI (depending on which profile is selected) and Telegram is much faster, typically 3 to 5 seconds faster than BI notifications. Sent from my iPhone using Tapatalk
  13. pmcross

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

    Are you setting the break time on the main camera or the cloned camera? This should be set on the main camera since it is recoding when triggered by AI Tool. Sent from my iPhone using Tapatalk
  14. pmcross

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

    If you extract the contents of AI Tool and copy it into the directory where AI Tool resides (don't copy the cameras folder) your cameras settings will stay. Unfortunately I don't because I had to roll back to an older version of BI due to bugs in the new release. The version that I am running...
  15. pmcross

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

    The break time is what determines how long the event is recorded once triggered. For the URL/AI Tool issue, make sure that you disable use session keys for login page under the advanced settings in the web server tab of BI. If this is enabled AI Tool (as well as other applications sending the...
  16. pmcross

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

    Sure, here is the URL to put AI Tool. Note that you need to be running newer than version 5.2.7.12 n BI and version 1.67 Preview 3 in AI Tool (I believe). This will flag the alert as well as input what object was detected when looking at alerts from the BI console. http://BI...
  17. pmcross

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

    I agree with @pbc after adjusting the confidence levels in AI Tool, as well as adding masks, my false alerts are less than 4-5 per week. This AI solution, once configured properly is more accurate than Sentry IMO. The newer version of BI allows you to flag alerts, which just need to be added to...
  18. pmcross

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

    Thanks for this. Would you mind sharing how many cameras you are running or MP/s and the make/model of your CPU? I am just trying to compare what you are running to what I am running before deciding to reload the OS on my BI machine (which will be a weekend project for sure).
  19. pmcross

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

    @IAmATeaf Just wondering if you've managed to move all of your cameras to the new Docker/Deepstack instance running on Windows and how your CPU utilization has been? The reason that I ask is because I am considering running Deepstack in Docekr on my BI machine, but I am running Server 2012 R2...
  20. pmcross

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

    Others who had this problem usually set up another camera clone and mask the are where the parked cars are usually parked. This camera would be set to only trigger on vehicles and the other clone should be not masked and set to only trigger on people. That way you get alerts for cars outside of...
  21. pmcross

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

    Have you tried the noavx version of Docker? Your CPU may not support AVX. Try the following commands: sudo docker pull deepquestai/deepstack:noavx sudo docker run -e VISION-DETECTION=True -v localstorage:/datastore \-p 80:5000 deepquestai/deepstack:noavx
  22. pmcross

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

    Which means that an alert wasn’t sent. The decision to fire an alert is made by AI Tool once it hears back from Deepstack. At any rate an alert wasn’t sent. Sent from my iPhone using Tapatalk
  23. pmcross

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

    AI Tool is showing that an alert shouldn’t have been sent an indicated by the X. Check your camera settings to make sure that your main camera doesn’t have motion detection enabled. I’m assuming that you’re using cloned cameras to trigger motion and send screenshots to Deepstack. Sent from my...
  24. pmcross

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

    For me Deepstack and AI Tool is far superior compared to Sentry. Out of the box Deepstack and AI Tool is about the same as Sentry in regards to false positives. With some tuning by adjusting confidence levels and creating masks to exclude areas makes Deepstack and AI Tool MUCH more accurate than...
  25. pmcross

    Nest Cams all dropped signal

    Glad to hear that it’s working for you now. I set up VPN using OpenVPN, but reverted back to forwarding a port to BI. I know that this isn’t best practice, but the OpenVPN client on iOS isn’t reliable. I’ll be setting up Stunnel soon. As far as someone gaining access to your feed, I believe that...
  26. pmcross

    Nest Cams all dropped signal

    You need to share publicly. I don’t like it either, but it won’t work in BI with a password. Fortunately someone would need the exact URL in order to access the public feed. Sent from my iPhone using Tapatalk
  27. pmcross

    Nest Cams all dropped signal

    The username and password should be blank. The public page can't be password protected either. I've had varying success with both HTTP and HTTPS. I'd try HTTPS first though.
  28. pmcross

    Nest Cams all dropped signal

    Unfortunately this method no longer works. Now you need to select Nest/Dropcam as the make and RTMPS via public page as model and then put the public URL in the address bar in the camera properties.
  29. pmcross

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

    I believe this is what @GentlePumpkin was referring to, capture an alert list image under the trigger tab. Sent from my iPhone using Tapatalk
  30. pmcross

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

    Check under the trigger menu. Sent from my iPhone using Tapatalk