Browse Source

Update hyperlpr.py

v2
netdrop GitHub 5 years ago
parent
commit
d1709cdfc3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hyperlpr_pip_pkg/hyperlpr/hyperlpr.py

+ 1
- 1
hyperlpr_pip_pkg/hyperlpr/hyperlpr.py View File

@@ -64,7 +64,7 @@ class LPR:
y2 = min(y2, im.shape[0]-1)
cropped = _im[y1:y2, x1:x2]
cropped_images.append([cropped, [x1, y1, x2, y2]])
return cropped_images
return cropped_images

def detect_traditional(self, image_gray, resize_h=720, en_scale=1.1, minSize=30, DB=True):
"""


Loading…
Cancel
Save