Recent content by nullex

  1. N

    Blue Iris Updates - Official Thread

    Yep, 6.0.5.1 seems to be all good again.
  2. N

    Blue Iris Updates - Official Thread

    Yeah, 6.0.5.0 just continuously crashes for me. I'm not using camera-based onvif alerts, though. Rolling back to 6.0.4.9 and it's stable again...
  3. N

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    This is awesome, thank you! yolo11 working great with my 5060ti in docker on linux vm. didn't try yolov5 6.2 but really happy to have yolo11! Thank you so much, again!
  4. N

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    You rock!! YOLOv5 .NET is working great with GPU now!! Thank you, this is great!!! Definitely feel free to let me know if I can help more in any way, I'd be happy to!
  5. N

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    That would be awesome and greatly appreciated. I've been messing around exec'd in to the running container trying to replace python 3.8 venv with 3.10 for yolov8 module to run newer versions of pytorch that support 5000 series but have not been having much luck.
  6. N

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    As i understand it, cuda is backwards compatible, so using the latest version of cuda (13 in my case) should work with any previous version of cuda. But, because I'm running CPAI in docker, I think CUDA is handled by the container and not what's running on the host. The issue with CPAI in...
  7. N

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    Like I said, Yolov5.net is CPU only in the container on my Ubuntu VM, doesn't even try to use the GPU. I do, however, have the enable/disable GPU options for yolov5 6.2, but pytorch is not compatible and needs to be updated to support sm_120.
  8. N

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    That would be awesome and greatly appreciated. I've tried updating pytorch in the container but can't get it working, my knowledge just isn't there unfortunately. Yolov5.net is CPU only in the container on my Ubuntu VM, doesn't even try to use the GPU.
  9. N

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    Yes but then it won't have GPU acceleration, my Windows 11 VM doesn't have a GPU passed through to it. and I'm running things on the ubuntu VM that require a GPU so I can't just remove it from the ubuntu VM and attach it to the w11 vm BI is running on.
  10. N

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    The reason I am asking is because I just got a 5060 TI (previously had a 1070 that was working fine), and it is unsupported in the current version of CPAI. I have been running on docker and can not get CPAI to work with the 5060 ti. I tried running this yolo11 addon in my docker container but...
  11. N

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    Forgive my ignorance but this will only work on windows, correct?