Search results

  1. Village Guy

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

    All my cameras are PTZ and they work just the same as non PTZ. PTZ simply means you have more control over them one way or another. It stands for Pan, Tilt, Zoom but it does not mean that your cameras necessarily support all functions.
  2. Village Guy

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

    So infact then you only need one container! I guess you are integrating your models with those that have already been developed in the earlier version which begs to have this question answered. How does Deepstack prioritise what it sees. For example it may recognise your face but indicate you...
  3. Village Guy

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

    @Ripper99 Sorry, I have found your post confusing. You keep referring to the rtsp address. What is the ip address for each of your camera's? Needless to say you cannot use the same ip address for the cameras unless they are cloned.
  4. Village Guy

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

    I agree especially if another pioneer is having the same issue. Are you supposed to receive only your own models labels or a combination of the old and your new with the re modelled container?
  5. Village Guy

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

    I agree you could just stop a container but you should also remove the port connection within aitool. You need to really ensure that you configure for one container and then enable/disable the different containers to ensure you are not getting accidentally mislead. Does your custom container...
  6. Village Guy

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

    @balucanb Needless to say since I'm not using the custom modelling I can only offer observations and suggestions. 1. I propose that you setup a default version of deepstack and confirm it is working as expected. 2. Remove the default container and load the custom version using the same port...
  7. Village Guy

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

    Sorry I meant comma :cool:
  8. Village Guy

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

    Have you tried a period instead of a colon. I suspect the software thinks you are adding a port number.
  9. Village Guy

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

    I think you are still missing the point. Aitool is known for misinterpreting a pot or ornament for a person occasionally, especially in low light conditions. If a moth or spider or even rain triggers the camera you could get a false positive. Your pot is suddenly reported as a human. Needless...
  10. Village Guy

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

    What's the state of play? Have you got it recognising any of your own subjects?
  11. Village Guy

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

    If I understand your suggestion you are proposing masking your pots from generating a trigger. Do your pots go walkabout? Seriously though IMHO your methodology is flawed unless I have missed something. Masking in BI will only stop a trigger, it will not stop your pot from being recognised as a...
  12. Village Guy

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

    All bets are off if you are not running within a windows 10 Native environment. There are just too many variables.
  13. Village Guy

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

    @BossHogg I propose that you remove the windows version of deepstack and install docker with deepstack running in a Linux environment. After installation, test it before integrating with aitool. The docker environment will allow you to run with current versions of deepstack that are not...
  14. Village Guy

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

    Now mapping sounds like the way forward as you will presumably only need the one port address. Once you get this all working be ready to answer a lot of questions :)
  15. Village Guy

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

    To the best of my knowledge you must use a different port address for each version. Try using 8384 for the second version but you will still have an issue with aitool handling more than one port. Port 80 is probably already being used by some other app. Why can't you incorporate everything into...
  16. Village Guy

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

    I'm personally not familiar with running more than one version of deepstack simultaneously . That said I suspect your proposal would return an error complaining that the port is already in use. Each version would need it's own port to be defined. No sure how AITool would handle that scenario.
  17. Village Guy

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

    Negative, I'm pretty happy with deepstack for my application. Now it is open source I'm betting that it will become more accurate. From what I have read it would seem that AWS is taking around 1500ms per image to analyseo_O
  18. Village Guy

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

    Here you go Link
  19. Village Guy

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

    ** Custom Object Detection Support ** Check this out guys Deepstack announcement
  20. Village Guy

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

    No not at all. Just remove the widows version of deepstack and ensure you setup the docker version with the correct port noted in the command line and you should be all set. AITool will start up without the tab for deepstack when you run under docker!
  21. Village Guy

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

    I cannot speak for anyone else but I use docker. IMHO it is a much better solution and very easy to update. Docker itself will actually autoupdate and with a simple command line you can change the version of deepstack that it is running. On top of this it all starts up without intervention...
  22. Village Guy

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

    I suspect you are running with an old version. It was fixed in a later build. Try This
  23. Village Guy

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

    When you load the deepstack app you have an option to start automatically and also choose the version of Deepstack that you wish to load. Here is an example: docker run --restart=always -e VISION-DETECTION=True -v localstorage:/datastore -p 85:5000 deepquestai/deepstack:cpu-x5-beta
  24. Village Guy

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

    Your welcome!
  25. Village Guy

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

    Most if not all you need to know is within this forum thread. I understand that it's a hell of a lot to read through but to give you a starting point, please read my posts over the last few weeks and then we can try and fill in the blanks ;)
  26. Village Guy

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

    Setup a profile in BI that disables detections and then send a command to BI to switch profiles from your phone to activate or de-activate. I run Tasker on my phone (android) and have it programmed to turn on detection when my phone is out of range of my WiFi signal and off again when I'm...
  27. Village Guy

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

    That's not even been close to my experience but like I said your mileage may vary! I guess it is somewhat dependant upon resources available
  28. Village Guy

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

    Docker is the way to go. There is / was a question mark in respect whether the windows version was going to be continued to be supported! The developer's seem to prefer docker and it's been working great for me from day 1. Note Your mileage may vary ;)
  29. Village Guy

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

    Just stop Deepstack running under Docker and then restart using: docker run --restart=always -e VISION-DETECTION=True -v localstorage:/datastore -p XX:5000 deepquestai/deepstack:cpu-x5-beta Or docker run --restart=always -e VISION-DETECTION=True -v localstorage:/datastore -p XX:5000...