Compare commits

..

No commits in common. "e364a7fb59f65ea78ba9e27a121af61c555a8468" and "579946ae610bc62b38afc88f70c7c876691c7405" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

@ -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,