Compare commits
3 Commits
579946ae61
...
e364a7fb59
Author | SHA1 | Date | |
---|---|---|---|
e364a7fb59 | |||
c6f0817d16 | |||
66b839e78f |
@ -177,7 +177,7 @@ def convert_to_cpai_compatible(result):
|
||||
y_max = max(y_coords)
|
||||
|
||||
response['predictions'].append({
|
||||
'confidence': plate['confidence'] / 100,
|
||||
'confidence': plate['confidences'][0] / 100,
|
||||
'label': "Plate: " + plate['text'],
|
||||
'plate': plate['text'],
|
||||
'x_min': x_min,
|
||||
|
BIN
wheel/ultimateAlprSdk-3.0.0-cp310-cp310-linux_x86_64.whl
Normal file
BIN
wheel/ultimateAlprSdk-3.0.0-cp310-cp310-linux_x86_64.whl
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user