Search results

  1. CrazyAsYou

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    Hi Mike, any chance you'll be releasing a version of bi-general-v5 trained on the medium models? My personal setup only calls for detection of people/persons and cars, I like the high confidence of the standard medium model but don't want the bloat of the other objects and I find your models...
  2. CrazyAsYou

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    Downloading from Blue-Iris-Custom-AI-Models/Custom-YOLOv5 at main · MikeLud/Blue-Iris-Custom-AI-Models Is bi-general-v5.onnx the one with detection only for "person" and "car" like ipcam-general.pt was for CPAI?
  3. CrazyAsYou

    Version 6.0.1

    is there any way to tell how many "max connects" a system needs? i.e 1 per camera or maybe x2 per camera? I have 8 cameras, so would 8 "max connects" be enough?
  4. CrazyAsYou

    Version 6

    I'm managing just over 950TB of SAS flash drives in a Unity 650F since 2017 and not replace a single drive. Just about to wipe the whole array and give it away to charity as it's been replaced with a PowerStore 1200T with 336TB raw of pure NVMe drives, with dedupe and compression at x5 will be...
  5. CrazyAsYou

    My first thoughts on version 6

    I think there was an issue with periodic scans and static objects that is fixed in 6.0.1.6, have you updated and still see issues with parked cars? change log [6.0.1.6] – 2025-12-23 Fixed • An XML parsing issue when using ONVIF Find/Inspect • Periodic AI scanning / Static object detection...
  6. CrazyAsYou

    Version 6

    Something feels a little off on your drive/system, so I only have a WDC WD40EFRX-68N32N0 5400rpm drive with 8 cams(24/7 mainstream recording), but it sits almost idle - almost any SATA 5400rpm drive should get a minimum of 100MBytes per/sec so unless you have some crazy high bit rates saturating...
  7. CrazyAsYou

    Version 6

    did you download the ~350mb models? you should have a handful of files at "C:\BlueIris\AI\models\" at the very least you'll need yolov8m.onnx or yolov8s.onnx along with coco.names
  8. CrazyAsYou

    Version 6

    The built-in BI AI is using yolo8 you can see the details here Explore Ultralytics YOLOv8 Most people will have been using yolo5 with CP/AI - You can see the differences between yolo5, yolo8 and yolo11 on the charts below or at the above link To summarize massively, you should see similar...
  9. CrazyAsYou

    Version 6.0.1

    I'm at about 1.6GB of both normal RAM and GPU RAM with the built-in AI on the medium model running 8cams - as I said before I've deleted all the other models so impossible for them to load regardless of BI settings.
  10. CrazyAsYou

    Version 6.0.1

    don't delete them, disable them with a hyphen, like this (do this for all of them you don't want to use, my example below only person and car are enabled. person -bicycle car -motorbike -aeroplane -bus -train -truck
  11. CrazyAsYou

    Version 6.0.1

    I'm running the latest 6.0.1.3 version and have disabled my CP.AI service in favor of testing the new built-in AI - I'm using the medium model (yolov8m) and so far things seem to be working well and at decent speeds. One thing I don't like is there are no options to fully disable faces, plates...
  12. CrazyAsYou

    Version 6.0.1

    You need a better GPU, there's not much grunt on a little card like the RTX 5090, also only having 32GB GRAM on it will limit things.
  13. CrazyAsYou

    Version 6

    Well regardless if it helps with memory or not, I have now aligned it to my actual camera settings of 15FPS :)
  14. CrazyAsYou

    Version 6

    Wow, after all these years of using BI I never knew that, all my cams are 15FPS - but I had a mix of BI defaults between 20FPS and 30FPS - Should change them all to 15FPS to match my cams or is there a need to go a little higher of say 16FPS?
  15. CrazyAsYou

    Version 6

    I can't help with the 1st question as I upgraded a few days before the option was in v5 (using manual download/install method) - I didn't lose any settings/config or recordings/alerts. The only very minor issue I had was that the first install did not correctly add/unpack the UI3 web folder...
  16. CrazyAsYou

    Version 6

    A headless OCI/LXC/Docker container version of BI that you then connect to via web GUI or remote connect Windows BI client (all with support for GPU passthru) would be very nice indeed! - It would be a huge amount of work for the Ken thought.
  17. CrazyAsYou

    Version 6

    It's an installer bug or sorts, running the installer a 2nd time works (see my above post)
  18. CrazyAsYou

    Version 6

    For some reason the first install didn't add/install the all the ui3 directory, running the same installer/version again (2nd time) added/unpacked it.
  19. CrazyAsYou

    Is it me but do updates seem to impact Codeproject

    Are you running a supercomputer at home? :) - I'm no Yolo expert, but I thought Yolo11 was the reserve of smart cars and robots that needed super high accuracy with dedicated AI HW. I find Yolo5L perfect for my needs, maybe I might go Yolo8M, but that would be it for home CCTV automation.
  20. CrazyAsYou

    Is it me but do updates seem to impact Codeproject

    As part of my CUDA/DirectML testing I also included Yolo8 but didn't see any improvement in detection(using Standard Large model), but I did see increased processing and large increases in GPU/memory consumption - I much prefer the smaller footprint of .NET with DIrectML. I want superfast...
  21. CrazyAsYou

    Is it me but do updates seem to impact Codeproject

    Is the issue BI talking to CI.AP or do you have an actual issue with CP.AI? Easy way to tell is access to the CP.AI local web GUI and see what's running and perform some tests. FYI I had Nvidia/CUDA working very well for years and recently after a huge amount of testing for performance I moved...
  22. CrazyAsYou

    Is it me but do updates seem to impact Codeproject

    Is the issue BI talking to CI.AP or do you have an actual issue with CP.AI? Easy way to tell is access to the CP.AI local web GUI and see what's running and perform some tests. FYI I had Nvidia/CUDA working very well for years and recently after a huge amount of testing for performance I moved...
  23. CrazyAsYou

    5.9.9 - January 17, 2025 - More Pre-6.0 feature releases

    I'm still 10%-14% CPU (i5 6660K) for my BI process on the recent updates.
  24. CrazyAsYou

    Is it me but do updates seem to impact Codeproject

    For a start, the frequent BI updates are beta/test not stable so if you want to avoid issues then stick to the stable and I find the change log and help file more than capable for all my needs. Secondly you mention issues and CP.AI but not what those issues are, so is this just a moan or do you...
  25. CrazyAsYou

    5.9.9 - January 17, 2025 - More Pre-6.0 feature releases

    Yea, I've always had that enabled for my camera zoom (scroll up zooms in and scroll down zooms out) - thanks for reporting the clips scrolling to Ken, scrolling up to go down makes no sense to me :)
  26. CrazyAsYou

    5.9.9 - January 17, 2025 - More Pre-6.0 feature releases

    Has anyone else noticed in v5.9.9.91 that the mouse scroll for the clips/alerts panel is now in inverted? I now have to scroll up to go down the list, and can't see an option to change it :confused:
  27. CrazyAsYou

    5.9.9 - January 17, 2025 - More Pre-6.0 feature releases

    Need that separate colour bars fixing, that was implemented by Ken a few years from an idea/request/recommendation I made - It's my only BI claim to fame :)
  28. CrazyAsYou

    5.9.9 - January 17, 2025 - More Pre-6.0 feature releases

    Yes the new look is very nice, I like the flatness (no gradient) of the coloured camera bars/headers, the purple hue from the old blue and the black background on the drop-down options, feels much more modern but also without looking like it was designed by a 12-year-old or making my eyes bleed...
  29. CrazyAsYou

    5.9.9 - January 17, 2025 - More Pre-6.0 feature releases

    Is anyone else getting 1-2K .dat files saved/added into their recording folder after the recent updates? They seem to align to CP.AI confirmed alerts
  30. CrazyAsYou

    Doorbell camera recommendation help

    I've got a Ring doorbell that I like but want to change it because of the £50 a year subscription for recordings. Already having a good Blue iris setup and home assistant, I'd like something that integrates with them both and is subscription/cloud free, would you say Reolink is a good choice and...