Recent content by jz3082

  1. J

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

    If you find the syntax please post. I would also like to know how you end up using the dark mode in AITool (active time range, linked server, refinement server).
  2. J

    Deepstack on Docker Ubuntu Run At Startup

    I am running Docker Desktop on WSL2 and not Ubuntu. Here is the command I use to create the container. The --restart=always may work for you. docker run --restart=always -e MODE=High -e VISION-DETECTION=True -v localstorage:/datastore -p 8092:5000 --name deepstack3 deepquestai/deepstack:cpu-2020.12
  3. J

    Hell Yeah! Direct Deepstack Integration - 5.4.0 - March 31, 2021

    My cameras are IPC-T2431T-AS 3.6mm from EmpireTech. They are generic Dahau 4MP fixed turrets. 4MP Starlight Turret IP Camera | IP Cam Talk Store
  4. J

    Hell Yeah! Direct Deepstack Integration - 5.4.0 - March 31, 2021

    I am using AiTool with DeepStack and I have a few suggestions that worked for me to improve object identification in DeepStack. First some information about my hardware. The BI PC is an I7-6700 with 32GB RAM. My cameras are IPC-T2431T-AS 3.6mm from EmpireTech, 4 in total. Below are my camera...
  5. J

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

    AiTools offers these main features. Options for the program to dynamically mask out cars once parked until moved. You can create a static mask for an area to ignore certain objects. Both types of masks have scheduling capabilities. You can set detection thresholds for each object type. MQTT...
  6. J

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

    I don't use those settings in BI but I believe you could use the first setting to control how long to wait after an alert after an alert is sent (AiTool Cooldown should do same). The min/max time between triggers controls alert between multiple cameras.
  7. J

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

    You can adjust your cooldown period for triggering BI and for sending alerts within AiTool. For the dog you can schedule when you want to trigger for dogs. I send my triggers to HomeSeer via MQTT but I thought about sending to Node-Red as my first Node-Red project. What I do that my be helpful...
  8. J

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

    New version of AiTools out on GitHub. A few minor changes: Feature: In Relevant objects, you can now independently control if you ignore Image or Dynamic masks. Anything other than the main/default Relevant object list will have its objects min/max threshold and ignore mask settings...
  9. J

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

    If you don't get a reply here post the problem in GitHub VorlonCD/bi-aidetection
  10. J

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

    To use the code you are talking about I believe you have to download it into Visual Studio and the compile it. I follow the open issues section on GitHub. VorlonCD posts the new releases as zip files as an open issue is addressed so you don't have to compile it yourself. There is a member of...
  11. J

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

    Be sure you are on a fairly recent version. Objects are automatically added to the list as they are detected plus you can add an object. https://github.com/VorlonCD/bi-aidetection/files/6207947/AITool-VorlonCD-v2.0.1014.zip
  12. J

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

    I misunderstood your issue. It may be your camera settings i.e. frames per second or I-Frame interval. Trigger the camera by right-clicking and select trigger. View the video and see if it is still choppy. Settings that work for me are 15 fps and an I-Frame every 15 frames. You set those in the...
  13. J

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

    You want to increase the break time on the camera that is recording the clips. This will keep you from getting a bunch of short clips. I use the clones to create the jpegs. When creating jpegs the jpeg each X seconds and the break time determine how often and how many jpegs are created.
  14. J

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

    I suggest you upgrade to a newer version. VorlonCD posts the zipped package in the Open Issues section on GitHub. You have to search through the open issues. This is the most recent version that I have found. https://github.com/VorlonCD/bi-aidetection/files/6176514/AITool-VorlonCD-v2.0.988.zip...
  15. J

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

    In the log are you seeing "adding new image to queue"? My version of AiTool has a "Edit AI Server" button. You can browse to a jpeg and send it to DeepStack to help eliminate the possible problems.
Top