You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
525 B
10 lines
525 B
6 months ago
|
# 打包
|
||
|
pyinstaller.exe -D .\main.py --collect-all paddleocr --collect-all pyclipper --collect-all imghdr --collect-all skimage --collect-all imgaug --collect-all scipy.io --collect-all lmdb
|
||
|
# 关于模型路径问题
|
||
|
你自己的模型文件 统一放置于 ocr 文件夹内,ocr文件夹放置在 _internal目录下 的同级目录下
|
||
|
paddle\libs全部文件复制到_internal\paddle\libs
|
||
|
ultralytics 复制到_internal下
|
||
|
models 复制到_internal下
|
||
|
# 地址
|
||
|
https://github.com/PaddlePaddle/PaddleOCR/discussions/11342
|