Compare commits
No commits in common. "e364a7fb59f65ea78ba9e27a121af61c555a8468" and "579946ae610bc62b38afc88f70c7c876691c7405" have entirely different histories.
e364a7fb59
...
579946ae61
@ -177,7 +177,7 @@ def convert_to_cpai_compatible(result):
|
||||
y_max = max(y_coords)
|
||||
|
||||
response['predictions'].append({
|
||||
'confidence': plate['confidences'][0] / 100,
|
||||
'confidence': plate['confidence'] / 100,
|
||||
'label': "Plate: " + plate['text'],
|
||||
'plate': plate['text'],
|
||||
'x_min': x_min,
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user