You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using Coral AI or other Yolo models with SMALL, license plate doesn't work:
12:06:30:License Plate Reader: [KeyError] : Traceback (most recent call last):
File "/app/modules/ALPR/ALPR_adapter.py", line 59, in process
predictions = result["predictions"]
KeyError: 'predictions'
Expected behavior
Only with small modules, with medium it does work.
The text was updated successfully, but these errors were encountered:
Server Info
Describe the bug
When using Coral AI or other Yolo models with SMALL, license plate doesn't work:
12:06:30:License Plate Reader: [KeyError] : Traceback (most recent call last):
File "/app/modules/ALPR/ALPR_adapter.py", line 59, in process
predictions = result["predictions"]
KeyError: 'predictions'
Expected behavior
Only with small modules, with medium it does work.
The text was updated successfully, but these errors were encountered: