Initial commit
This commit is contained in:
17
yolopart/requirements.txt
Normal file
17
yolopart/requirements.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
# 车牌检测系统依赖包
|
||||
|
||||
# 核心依赖
|
||||
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
|
||||
Reference in New Issue
Block a user