Add Python Inference Models

This commit is contained in:
tunm
2023-02-27 19:32:40 +08:00
parent 55626034a3
commit 58ad4ef736
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class LPRMultiTaskPipeline(object):
score = out[4]
land_marks = out[5:13].reshape(4, 2).astype(int)
layer_num = int(out[13])
print(layer_num)
# print(layer_num)
pad = get_rotate_crop_image(image, land_marks)
if layer_num == DOUBLE:
# double
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.