Codeproject AI and false positives

heyho

n3wb
Joined
Jun 10, 2024
Messages
8
Reaction score
5
Location
England
What are everyones experiences with Codeproject and false positive, or more particularly wrongly categorised alerts.

I am currently using YOLOv8, although have also tested with YOLOv5 6.2), and am fairly impressed with its person, dog, cat, car sensing. But i do get a fair few false alerts categorising birds as card and even moths as cars as well. That seems to come mainly from the street camera where there are probably 8-10 stationary cars in view most the time.

I also think YOLOv5 6.2 is slightly better than YOLOv8 as well for correct object detection but it should be the other way around.

My setup consists of:

Server version: 2.6.5
System: Windows
Operating System: Windows (Microsoft Windows 11 version 10.0.22631)
CPUs: AMD Ryzen 5 3600 6-Core Processor (AMD)
1 CPU x 6 cores. 12 logical processors (x64)
GPU (Primary): NVIDIA GeForce GTX 970 (4 GiB) (NVIDIA)
Driver: 560.70, CUDA: 12.6 (up to: 12.6), Compute: 5.2, cuDNN:
System RAM: 16 GiB
Platform: Windows
BuildConfig: Release
Execution Env: Native
Runtime Env: Production
Runtimes installed:
.NET runtime: 7.0.10
.NET SDK: Not found
Default Python: Not found
Go: Not found
NodeJS: Not found
Rust: Not found
Video adapter info:
NVIDIA GeForce GTX 970:
Driver Version 32.0.15.5612
Video Processor NVIDIA GeForce GTX 970
System GPU info:
GPU 3D Usage 1%
GPU RAM Usage 1.1 GiB
Global Environment variables:
CPAI_APPROOTPATH = <root>
CPAI_PORT = 32168
 

cyberwolf_uk

Getting comfortable
Joined
Sep 27, 2014
Messages
624
Reaction score
767
Hi, have you thought of training your own model for items unique to your surroundings?

 

heyho

n3wb
Joined
Jun 10, 2024
Messages
8
Reaction score
5
Location
England
Hi, have you thought of training your own model for items unique to your surroundings?

Yes I looked at that. I retire in a couple of months so will havce more time to tackle it. Thank you for your response.
 
Top