Search results

  1. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Now is the time, having used DS for years I confirmed a little while back that CP.AI was ready for mainstream and now with later versions and better support in BI it's much easier to use/install and performs better than DS
  2. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    The downloader/installer scripts really need to check current files and only download/install the delta.
  3. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    The better way to work on config files is to install something better than the normal/default Windows Notepad. A great app is Notepad++ - Not only do you get much better formatting (colour highlights) for almost all coding syntax, but when you open a file from a protected location (all Windows...
  4. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Your exactly right, 1 case doesn't fit all - In my case I rely on having AI offloaded to the GPU as my CPU is an older i5 6600 which can quickly become bogged down if I run AI on CPU as it is also processing BI and the many other tasks I have it running (it's a multifunctional system) everything...
  5. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    If I'm only using ipcam-general.pt assume the setting "MODEL_SIZE": "Small", / small, medium, large, x-large has no effect but the "RESOLUTION": "Medium", / low, medium, high will have? Also is it possible to complete disable the default model from loading in the new version, I only need...
  6. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    I can confirm that the small tweaks to process.py allows CUDA to work using a GTX 1650 :) if cuda and "GeForce GTX 16" in torch.cuda.get_device_name(): self.half = False
  7. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    I can confirm the same issues with a GTX 1650, nothing to-do with GPU ram as I have only module running with one custom model. The same setup work fine with my GTX 970 both are 4GB ram and the CUDA, Driver etc install are the same. The GTX 1650 was fine on deepstack with CUDA 10.5 so I think...
  8. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    What I still want to see is customise option during the CP installer for selecting which modules to install and if custom objects module is chosen a further option to select which custom models to install.
  9. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    @MikeLud1 - Where did you get version 1.5.6.4 with that nice log filter slider?
  10. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Quick update - BI 5.6.0.8 and Codeproject 1.5.6-0002 GPU mode on a GTX 970 is working flawless. ~42K processed without a restart of BI or AI (since install 11am BST 04/09/2022), GPU VRAM holding steady at 0.9-1.1GB - Codeproject RAM steady at 1.8GB - I run 7 cameras all with substream for AI -...
  11. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    MSI Afterburner https://www.msi.com/Landing/afterburner/graphics-cards don't worry that it's by MSI it works for all Nvidia cards (I have it working on EVGA, MSI and ASUS cards) works great to set clocks, power and fans. Everyone with an Nvida card should have this installed.
  12. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    @Village Guy - have you tried changing the fan curve setting so you only fire up the GPU fans at about 60 degrees - Even on a hot day my GPU stays below 60c without the fan on.
  13. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    didn't you see my task manager image above on a GTX 970 with 4GB using only 1.2GB VRAM? - Memory is only going to be an issue with loads of AI modules and/or custom models loading. Most BI users are only going to need 1-3 of them running - The 3060 will be fine, only get the Ti if you have other...
  14. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Deepstack 970GTX - HIGH - Mikes gerneral.pt Codeproject (same system GTX970) only running custom ipcam-general.pt
  15. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Working great on a GTX970 with 4GB - I'm only running custom with ipcam-general - Shame I still can't get it running in GPU mode with a GTX1650 (also 4GB ram)
  16. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    I can't get it working on a 1650 GTX, starting to wonder if anyone has it working with any 16XX GTX model
  17. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    As others have said already, not only can it lead to a long queue of images waiting to be processed on busy systems and extra CPU/GPU power consuming cycles but also many of us (me included) have a setup where triggers lead on to some form of home automation for things like a doorbell system. I...
  18. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    same as many other installers, you run a change reinstall option, why download and use disk space for things that might never be used?
  19. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Better yet a custom options section during install so we can unselect the modules we don't want and also the custom models we do/don't want. I'm perfectly happy editing json files and deleting models but many people might not be.
  20. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    For the life of me I simply can't get SenseAi with Cuda working, I’ve just completely uninstalled everything related to Nvidia and SenseAi (with loads of reboots). Then perform a clean install of Nvidia drivers (with reboot), then Cuda (with reboot), then cuDNN and zlib using the script...
  21. CrazyAsYou

    What does this mean? Are there people connecting to my Blue Iris?

    I've found that if I disable all my VPNs, port forward and allow unauthenticated access to the cam that faces my desk while porn surfing it puts hackers off wanting gain access to my systems.
  22. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    I my case it's nothing to-do with BI - I can't even get anything to work with the local web interface from Codesense when using CUDA - CPU version was fine.
  23. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    All of my Blueiris streams fail andI also tested with the below random images from Google. All fail on all customs and Object Detection https://viewpointvancouver.ca/wp-content/uploads/2020/08/6th-street.jpg...
  24. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    scratching my head as to why I'm not detecting anything - from what I can tell I'm error free and everthing installed correctly. latest drivers, Cuda 11.5, CUDNN 8.5 all paths set - GTX 1650 - I've tried loads of images (from goole) and can't get anything. I don't know what to look at next?
  25. CrazyAsYou

    5.5.9 - June 28, 2022 - “direct to wire"

    I think direct-to-wire is a good feature if you have a use case for it, maybe streaming to another LAN device where the BI server has limited CPU/GPU encoding power but personally I won't be using the feature for some of the same reasons bp2008 listed. More than anything I use the BI local...
  26. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Anyone can create custom models providing they have enough sample images, time and decent rig (decent GPU) to process the learning, the software and guides are freely available online
  27. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Yes it’s very annoying, I would have preferred an option to easily swap between DS/SenseAI for testing purposes – At the moment (IMO) more work is needed in SenseAI around custom models and GPU support before it is ready for mainstream BI use.
  28. CrazyAsYou

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Am I correct in thinking that version 5.5.8 can’t auto start Deepstack? For me the option for auto start in global AI config to change it from Code Project SenseAI is back to C:\DeepStack is greyed out.