Merge pull request 'yolorestart' (#1) from yolopart_restart into main

Reviewed-on: https://gitea.spdis.top/spdis/License_plate_recognition/pulls/1
This commit is contained in:
2025-08-31 16:11:18 +08:00
committed by Viajero
parent 3d7c7a06e4
commit c8a541ec11
4 changed files with 16 additions and 30 deletions

View File

@@ -11,6 +11,11 @@ PyQt5>=5.15.0
# 图像处理
Pillow>=8.0.0
#paddleocr
python -m pip install paddlepaddle-gpu==3.0.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
python -m pip install "paddleocr[all]"
# 可选如果需要GPU加速
# torch>=1.9.0
# torchvision>=0.10.0