Too many calls to ALPR for no reason

risquare

n3wb
Joined
May 26, 2022
Messages
28
Reaction score
4
Location
Kansas
My YOLO5.NET makes too many calls to ALPR for no reason.
As shown below YOLO5.NET does not find any objects at all and yet it calls ALRP for license plate recognition.
This is huge problem for me as ALRP restricts my usage to only 2500 searches per month.
Can anyone advise how to make YOLO5.NET call ALRP only when car/truck is recognized ?

Thanks,

11:18:18:Response rec'd from Object Detection (YOLOv5 .NET) command 'detect' (...9fa47c) ['No objects found'] took 174ms
11:18:18:Response rec'd from Object Detection (YOLOv5 .NET) command 'custom' (...ec390b) ['No objects found'] took 79ms
11:18:18:Response rec'd from License Plate Reader command 'alpr' (...9988bc) ['No plates found'] took 95ms
11:18:19:Response rec'd from Object Detection (YOLOv5 .NET) command 'detect' (...ebbd9e) ['No objects found'] took 96ms
11:18:19:Response rec'd from Object Detection (YOLOv5 .NET) command 'custom' (...59c00d) ['No objects found'] took 69ms
11:18:19:Response rec'd from License Plate Reader command 'alpr' (...5fe077) ['No plates found'] took 83ms
11:18:20:Response rec'd from Object Detection (YOLOv5 .NET) command 'detect' (...a65b9a) ['No objects found'] took 134ms
11:18:20:Response rec'd from Object Detection (YOLOv5 .NET) command 'custom' (...f3014d) ['No objects found'] took 94ms
11:18:20:Response rec'd from License Plate Reader command 'alpr' (...7aa442) ['No plates found'] took 108ms
11:20:18:Response rec'd from Object Detection (YOLOv5 .NET) command 'detect' (...4b9d08) ['No objects found'] took 173ms
 
Top