Fixing 'ALPR_adapter' object has no attribute '_num_items_found' #238
Unanswered
alarmatwork
asked this question in
Q&A
Replies: 1 comment 1 reply
-
In the ALPR_adapter.py file, do you see this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Whenever I try ALPR module from the the Explorer Iöm gettings folloding error:
13:00:46:Response rec'd from License Plate Reader command 'alpr' (...698964) 13:00:46:License Plate Reader: [AttributeError] : Error during main_loop: Traceback (most recent call last): File "C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\lib\site-packages\codeproject_ai_sdk\module_runner.py", line 618, in main_loop self.update_statistics(output) File "C:\Program Files\CodeProject\AI\modules\ALPR\ALPR_adapter.py", line 92, in update_statistics self._num_items_found += len(predictions) AttributeError: 'ALPR_adapter' object has no attribute '_num_items_found'
I'm running Module 'License Plate Reader' 3.3.4 (ID: ALPR)
Beta Was this translation helpful? Give feedback.
All reactions