17 lines
279 B
Plaintext
17 lines
279 B
Plaintext
# 车牌检测系统依赖包
|
|
|
|
# 核心依赖
|
|
PyQt5>=5.15.0
|
|
opencv-python>=4.5.0
|
|
onnxruntime-gpu>=1.12.0
|
|
numpy>=1.21.0
|
|
|
|
# 可选依赖(车牌识别)
|
|
# paddlepaddle>=2.4.0
|
|
# paddleocr>=2.6.0
|
|
# pytesseract>=0.3.10
|
|
|
|
# 开发依赖
|
|
# pytest>=7.0.0
|
|
# black>=22.0.0
|
|
# flake8>=4.0.0 |