Post your issue on the CodeProject.AI forum, they did update the YOLOv5 .NET module with 2.1.8 so maybe there is a bug that shows up with your GPU, as you can see mine is fine.@David L Detection times in CP.AI explorer testing lines up with server logs. So bad as well.
Was Deepstack working for you?Hey everyone,
Quick question regarding CodeProject AI. Looking to finally get away from Deepstack and implement CodeProject AI. The instructions state to use graphics driver version 516.94 or below as I will be using CUDA 11.7. Can anyone tell me if this is necessary? Can I use the most updated video driver? I'm using a Nvidia GTX1060 3gb card.
Thanks,
Chris
Looking through your log file it appears AI detections are being processed through YOLOv5 6.2 using the ipcam-combined model. If you could post some screenshots of the modules you're using in CP and how you have your camera setup it might help determine what's going on.Here's my log file and maybe someone can find my issue.
Try disabling Half PrecisionDowloaded and installed, No luck in getting it working. Same results as all 2.1.6. 2.0.8 was perfect. When I use Ai explorer it comes back with no predictions returned.
Here's my log file and maybe someone can find my issue. I also un installed 2.0.8 first and deleted the two remaining folders. Rebooted and installed 2.1.8.
So are you using .NET with v2.1.8?
Yes, I get better detection time with .NETSo are you using .NET with v2.1.8?
Was Deepstack working for you?
I loved Deepstack. My cameras only triggers if there were car or person. That’s it. But one day DS was gone and CPAI was there. It’s probably me not knowing how to get CPAI working properly. And anlso updating with unstable BI. Well, let’s just say, i’v been pulling my hair out since.Yes, Deepstack is currently working, but with it being deprecated in BI and the "new" kid on the block, I thought I would try it. The only thing with Deepstack is that it gets the object wrong a lot. It always sees deer as dogs or cats, etc. Not really an issue as all I care is that something was detected. Just trying to figure out if I need to use the version of the graphics driver that is suggested.
Chris
Google is your friend.As I like to know things, what does this do? An why did it fix it?
HalfPrecision | | Module dependant, but for modules that use CUDA this specifies whether half-precision operations should be used. Valid only for cards with CUDA compute capability >= 6.0 |