hyperlpr识别车牌

https://github.com/szad670401/HyperLPR

2026-01-12 23:48

https://github.com/szad670401/HyperLPR


python -m pip install hyperlpr3

support:python3, Windows, Mac, Linux, Raspberry Pi。

720p cpu real-time (st on MBP r15 2.2GHz haswell).


How to Use

# import opencv
import cv2
# import hyperlpr3
import hyperlpr3 as lpr3
#Instantiate object
catcher = lpr3.LicensePlateCatcher()
#load image
image = cv2.imread("images/test_img.jpg")
#print result
print(catcher(image))

Start the WebAPI service

# start serverlpr3 rest --port 8715 --host 0.0.0.0