CodeProject AI + BlueIris Unknown faces not saving if other faces are registered (of other people in household)?

markm75

n3wb
Jul 21, 2018
24
0
PA
I'm having an issue, maybe its just a setting tweak, but with the latest of each program, if i register someone else in the house's face, then get a trigger on the camera for myself, it doesnt register my face as unknown and save the jpg.

If i delete the other persons face (my son), then it does.

I swear i had this working perfectly in the past.

I think also, maybe my motion sensor settings are a bit strong, maybe not unsure, it does seem to trigger though (i still dont understand what 2 "times" within 8 seconds even means ?
1759113796804.png

for the camera:'
1759113846717.png

ANd the AI confirm (eventually ill have multiple names on "to cancel" which i assume will stop the trigger if the faces are recognized..
(i also dont understand the pretrigger images and post trigger images sections.. should analyze each image be about the time the codeproject takes to determine if its a face or not? that can be 300-500ms with cpu mode only atm , the i5-13500t


1759113873648.png

Not sure what else could be missing to cause it to not record unknown faces when the face being detected isnt one of the "knowns" ,

if i do the ai test on the alert, it has my son's name 50%, 42% , etc, "person" 92%

EDIT: removed everyone, tried someone not blood related in registered faces, same problem, it starts the ai trigger with that person 42%, 53%, person 92% etc, but no unknown images are recorded... remove that person, retry, puts my face in jpg images in the faces folder just fine

Any thoughts?
 
Last edited:
As a side question, for CPU only, does it matter if using ylov5.net or yolov5 6.2 (and also for license plates later on as well)?
Seems i now somehow had them both installed.. the log is showing the processing .. which seems fine i think? except it said a face was recognized, maybe that was the 42%/53% etc

22:52:01:Object Detection (YOLOv5 6.2): Detecting using ipcam-combined
22:52:01:Response rec'd from Object Detection (YOLOv5 6.2) command 'custom' (...323dd8) ['Found person'] took 130ms
22:52:01:Response rec'd from Face Processing command 'recognize' (...02e994) ['A face was recognised'] took 224ms
22:52:01:Response rec'd from Object Detection (YOLOv5 .NET) command 'custom' (...8a617c) ['Found person'] took 103ms
22:52:01:Face Processing: No face found in image
22:52:01:Response rec'd from Face Processing command 'recognize' (...76c0d5)
22:52:02:Object Detection (YOLOv5 6.2): Detecting using ipcam-combined
22:52:02:Response rec'd from Object Detection (YOLOv5 6.2) command 'custom' (...16a24d) ['Found person'] took 123ms
22:52:02:Face Processing: No face found in image
22:52:02:Response rec'd from Face Processing command 'recognize' (...629325)
22:52:02:Object Detection (YOLOv5 6.2): Detecting using ipcam-combined
22:52:02:Response rec'd from Object Detection (YOLOv5 6.2) command 'custom' (...38a282) ['Found person'] took 131ms
22:52:02:Face Processing: No face found in image
22:52:02:Response rec'd from Face Processing command 'recognize' (...4a7408)
22:52:02:Response rec'd from Object Detection (YOLOv5 .NET) command 'custom' (...432113) ['Found person'] took 99ms
22:52:02:Response rec'd from Face Processing command 'recognize' (...374038)
22:52:02:Face Processing: No face found in image
 
Just use Object Detection (YOLOv5 .NET), do not use Object Detection (YOLOv5 6.2)
Yeah i removed 6.2, but for whatever reason, no matter who i register as a person in the explorer, it never detects anyone else as "unknown" anymore and does not save faces to the faces folder
 
is a possible issue here that "to confirm" needs to have "unknown"? guessing not though? or if one face is registered, PersonName, Unknown? instead of just "person", i can register any face in the world, but when i go in front of the camera it doesnt put me in unknown unless all faces are deleted from the cp explorer face registration
 
it doesnt seem to have anything to do with "to confirm", it just wont record new jpgs for unknown faces if any faces are registered, period