What setting under : camera settings-Record (tab)-pre-trigger record timeHey,
Ive got one of my cameras set up to only confirm people. I noticed when I get deliveries the camera picks up people as they leave my house. How can I get the initial trigger (vehicle) to continue analyzing and pick up the person exiting the vehicle? Would the issue be in the AI option for leading motion and or my Break time under triggers.
Thanks
Yes, I made bicycle, car, motorbike, bus, and truck one object (vehicle)Are images of bicycles included in the training set for this model?
I still have a smooth running installation of 2.1.8 that I have been running for about 6 months or so: I think I will let braver souls (with perhaps currently problematic installations) try this out and see if it is trouble-free and resolves anything for them. I hate to temp fate and wind up with a messed-up system in the name of looking for performance upgrades.CodeProject.AI Update
Version 2.3.2 was just released.
CodeProject.AI Server: AI the easy way.
Version 2.6.5. Our fast, free, self-hosted Artificial Intelligence Server for any platform, any languagewww.codeproject.com
View attachment 176501
View attachment 176502
Only one Object Detection should be used and the LPR module only works with Object Detection (YOLOv5 .NET) or Object Detection (YOLOv5 6.2) or Object Detection (YOLOv5 3.1)I installed 2.3.2 on my unraid docker. Should I be running both the .NET and Coral or just one?
View attachment 176600
I also see some occasional errors pop up in the LPR and AI Tool logs
View attachment 176601
View attachment 176602
Only one Object Detection should be used and the LPR module only works with Object Detection (YOLOv5 .NET) or Object Detection (YOLOv5 6.2) or Object Detection (YOLOv5 3.1)
The only way I can think of is to have two CodeProject.AI containers one for ObjectDetection (Coral) (port 32168) and one for License Plate Reader (port 32169)I tested a few things after I posted. After disabling the Coral module I don't get any more errors. I guess I don't need to keep the 2.0.8 docker container around any longer as the 2.3.2 seems to be working well.
Is there any way to best utilize the Coral at this time?
CodeProject.AI Update
Version 2.3.2 was just released.
CodeProject.AI Server: AI the easy way.
Version 2.6.5. Our fast, free, self-hosted Artificial Intelligence Server for any platform, any languagewww.codeproject.com
View attachment 176501
View attachment 176502
Post your System Info@MikeLud1 - anything special I should be doing to get LPR working with my GPU? Yolov5 6.2 shows GPU but LPR is defaulting to CPU and I don't see a way to get it to use the GPU (no settings gear). I'm still running CUDA 11.8.89 fwiw.
Under info I see:
Module 'License Plate Reader' 2.7.2 (ID: ALPR)
Module Path: <root>\modules\ALPR
AutoStart: True
Queue: alpr_queue
Platforms: windows,linux,linux-arm64,macos,macos-arm64,!orangepi,!jetson
GPU Libraries: installed if available
GPU Enabled: enabled
Parallelism: 0
Accelerator:
Half Precis.: enable
Runtime: python3.7
Runtime Loc: Local
FilePath: ALPR_adapter.py
Pre installed: False
Start pause: 1 sec
LogVerbosity:
Valid: True
Environment Variables
AUTO_PLATE_ROTATE = True
MIN_COMPUTE_CAPABILITY = 7
MIN_CUDNN_VERSION = 7
OCR_OPTIMAL_CHARACTER_HEIGHT = 60
OCR_OPTIMAL_CHARACTER_WIDTH = 36
OCR_OPTIMIZATION = True
PLATE_CONFIDENCE = 0.7
PLATE_RESCALE_FACTOR = 2
PLATE_ROTATE_DEG = 0
Started: 30 Oct 2023 9:33:37 PM Eastern Standard Time
LastSeen: 30 Oct 2023 9:36:37 PM Eastern Standard Time
Status: Started
Processed: 213
Provider:
CanUseGPU: False
HardwareType: CPU
I need help, Mike?? LOL
I just update Codeproject 2.3.2-Beta and get the following ALPR error in my logs and the LPR will not work. I have module 2.7.2 running and Object Detection (YPOLOv5.NET) Obect detection is working with no issues. installed. Any idea's?
15:41:20:ALPR_adapter.py: Traceback (most recent call last):
15:41:20:ALPR_adapter.py: File "C:\Program Files\CodeProject\AI\modules\ALPR\ALPR_adapter.py", line 7, in
15:41:20:ALPR_adapter.py: from request_data import RequestData
15:41:20:ALPR_adapter.py: File "../../SDK/Python\request_data.py", line 7, in
15:41:20:ALPR_adapter.py: from PIL import Image
15:41:20:ALPR_adapter.py: ImportError: cannot import name 'Image' from 'PIL' (unknown location)
Thank you,
Rick
OK, I reinstalled Codeproject 2.3.2-Beta and fixed the above error message, now I am getting the folloowing error message. 15:49:32:ALPR_adapter.py: C:\Program Files\CodeProject\AI\runtimes\bin\windows\python37\python.exe: can't open file 'C:\Program Files\CodeProject\AI\modules\ALPR\ALPR_adapter.py': [Errno 2] No such file or directory.
Any idea's?
Thank you,
Rick
Try uninstall the ALPR module then reinstall the module using Do not use download cache.Man, this should not be this complicated ! I am now getting part of the first error message again -
16:02:05:ALPR_adapter.py: Traceback (most recent call last):
16:02:05:ALPR_adapter.py: File "C:\Program Files\CodeProject\AI\modules\ALPR\ALPR_adapter.py", line 7, in
16:02:05:ALPR_adapter.py: from request_data import RequestData
16:02:05:ALPR_adapter.py: File "../../SDK/Python\request_data.py", line 7, in
16:02:05:ALPR_adapter.py: from PIL import Image
16:02:05:ALPR_adapter.py: ModuleNotFoundError: No module named 'PIL'
Any idaea's?
Rick