Search results

  1. D

    How to train a custom YOLOv5 model using CodeProject.AI Training for YoloV5 6.2 module

    @MikeLud1 Question on this. On the "Open Images Dataset V7" what portion should we download? This Dataset seems huge and semi confusing to me being totally new at this on what to get, im assuming it has to be the ones that are already annotated. Is it possible to use the COCO dataset? I...
  2. D

    CodeProject.AI Version 2.5

    Alright updating this that somehow now it just started working. I just let it sit for about 15-20mins after it went into Lost Contact, and now its started and processing. Initial thoughts are its not faster since its showing like 200-300ms where as the Yolov6.2 and 8 were only taking about...
  3. D

    CodeProject.AI Version 2.5

    Yea unfortunately that doesnt do much, this is happening on this box (which ive had BI/CPAI on it for a year now and keeps happening any version of CPAI). Then also got same issue on a brand new fresh install for another location. Brand new Win11 Pro, latest BI and CPAI 2.3.4 (at that time a...
  4. D

    CodeProject.AI Version 2.5

    Yeap. I haven’t had that checked for a good bit going back quite a few versions of CPAI. Too many issues with that. Appreciate it.
  5. D

    CodeProject.AI Version 2.5

    It is 1.9.2. Should be there on the info portion of the .NET module I posted. But Ive seen this issue on every version of CPAI Ive used. Going back to like 2.x to latest. I just remember you mentioning that you got better performance on .NET module and wanted to try it, but for some reason I...
  6. D

    CodeProject.AI Version 2.5

    I still cant get the .NET YoloV5 module to run. Ive even done this on a fresh PC (another build) and always the same thing, where it starts, then ends up saying LOST CONTACT. Posted in Codeproject discussions but that didnt get anywhere unfortunately. Im wondering am I missing something like...
  7. D

    Confused. using custom model, alerts cancelled

    What is the setting for the camera itself under the trigger tab and then AI section? What have you set there for model to use and confirm options.
  8. D

    CodeProject.AI Version 2.0

    I would test both the YOLOv5 6.2 and the .NET one. See which one gives you better performance. Some state .NET gives better. For me it was opposite so I use the 6.2 one instead. I could never get the .NET one to properly use the GPU in a stable fashion so I stopped messing with it. I get...
  9. D

    CodeProject.AI Version 2.0

    I can’t remember off the top my head but I believe if you attempt to install 2.17 it will tell you must uninstall the old one manually first. So just go to add remove and uninstall the old one and then rerun the installer for the latest one.
  10. D

    CodeProject.AI Version 2.0

  11. D

    CodeProject.AI Version 2.0

    You will be forced to uninstall it due to the change in how the installer works from 2.1x. It will remove most things except potentially any custom files/models you may have added in those directories.
  12. D

    CodeProject.AI Version 2.0

    Authors say it’s not that easy due to the number of different platforms like arm64 x64 then is it Linux or docket or windows native etc. So it would then require like 15-20 different offline installers for each different flavor. The way they have it now is looks for pieces it needs based on...
  13. D

    CodeProject.AI Version 2.0

    There’s a thread on codeproject forum. Basically I noticed that it wasn’t installing .NET and ASP.NET and because of that installer was skipping steps like creating the service for AI. So install those two modules and repair the installer and should be good.
  14. D

    CodeProject.AI Version 2.0

    So using ipcam-general vs using default object detection went for almost 2days without an issue (not saying at 2days there was an issue, i just stopped it to try my next test). So that sort of rules out the install being wonky, so it looks good. Before as mentioned with default object...
  15. D

    CodeProject.AI Version 2.0

    What model you using? Tonight Im going to test something by using a different model than ipcam-general. Going to try to make it use the yolo5vl which is what i was using before fine on 1.6.8.
  16. D

    CodeProject.AI Version 2.0

    Ive seen the same issue. Constantly crashes on that. Im testing it now not using the default object detection (using ipcam-general instead now) and its been stable now for 20hrs where before it would barely every go past 8-12hrs. Mine, like yours, would show same error, multiple it would...
  17. D

    2.0.7 memory leak issue?

    So far Im seeing somewhat better performance now, its not memory leaking like it was before. Only change Ive made so far was to stop using the yolov5l default object detection and go back to using ipcam-general, and so far its not been using wicked memory on python and spawning off multiples...
  18. D

    CodeProject.AI Version 2.0

    I am on latest and greatest BI version. Been on that everyday as it comes out. I forgot to mention it here but I did completely uninstall and nuke the folders and installed CPAI 2.0.7. It still crashes. I’m not getting anywhere near the performance as I used to with just throwing that yolov5l in...
  19. D

    CodeProject.AI Version 2.0

    What I dont get is why does the custom models folder not entirely honor whats in there. I know I mentioned this before on the other thread, but I always used Yolov5l.pt as it was fairly decent on detection for me, previously I always just put it in the custom models folder and just called that...
  20. D

    2.0.7 memory leak issue?

    Similar issues, and Ive nuked the whole CodeProject install. Uninstalled it, cleared directories, and reinstalled it clean. Still same thing. I keep having it basically crash my entire computer every 8-12hrs, cant even remote into it and have to go to the box which isnt entire accessible...
  21. D

    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/

    Man I dont know what this 2.0.7 did, but Definitely broke it on mine. I used to use the yolov5l.pt file and dumped it in the custom folders directory. Now with the latest BI 5.6.9.4 going to AI tab and clicking on ... next to custom models it never lists that yolov5l.pt. And seems like it...
  22. D

    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/

    Yeap they have a .pt extension. I wasnt using Benchmark to get the labels, but Vision wouldve given it to me as well, but @Vettester just provided the list (appreciate it) I knew they were included but just couldnt figure out why they were not showing up in the list to be able to test even in...
  23. D

    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/

    This probably gonna be a dumb question but searched and cant find anything on this. Wanted to get a list of labels for the Yolov5L and X models. I cant seem to find anything unless Im just not looking in the right place, their own website doesnt flat out tell me that. I know person is one of...
  24. D

    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/

    Well I been eyeing out this thread for 23 pages and finally decided to flip from DS to CodeProject. I uninstalled DS, Cuda, cuDNN, deleted their respective directories. Then reinstalled Cuda 11.7 and then ran the script off the site for cuDNN and that went fine. Then installed CodeProject...
  25. D

    Playback/Web/Mobile always stuttering, but export is fine

    Did alot of troubleshooting last night and this is what I got on this if it helps others. Basically if I adjust the streaming0 settings (you can choose which one as far as 0, 1, 2 based on what you use) to resize the output frame to 720 x 480 its smooth, bitrate doesnt seem to matter. If I...
  26. D

    Playback/Web/Mobile always stuttering, but export is fine

    No. Here is what they state from the help page: I think one of the forum posts from the BI tech Sam mentioned something about it allocates more memory.
  27. D

    Playback/Web/Mobile always stuttering, but export is fine

    I’ve got no where on this unfortunately and semi gave up on this. It still stutters on any live or playback feed be it on console, we, or mobile. But export is always fine. So we know for a fact nothing to do with recording front.
  28. D

    Playback/Web/Mobile always stuttering, but export is fine

    Video Cam settings: BI Video Tab
  29. D

    Playback/Web/Mobile always stuttering, but export is fine

    Win10 Enterprise. Im using H265, but this happens on H264 as well. Ive done most of all the optimizations that apply. Ive even completely shut off Windows Defender to rule that out completely. I dont have any Hardware Acceleration, Ive tried it with Intel, Nvidia (which oddly got alot of...
  30. D

    Playback/Web/Mobile always stuttering, but export is fine

    Ive been fighting this issue since I moved to BlueIris trying to track down whats causing it and not finding the cause. I have an i7-11700 with 16gb RAM, Quadro P1000 Nvidia GPU for DeepStack. Machine I feel is plenty powerful, its barely using 15% on normal use with 17 cameras (Majority are...
Top