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.
 
 
 
 
 
 
lichong 6d0b30f40b 10.8 6 months ago
..
models 124 7 months ago
ocr 555 7 months ago
第二批电表样本 10.8 6 months ago
end.py 124 7 months ago
folder_inference.py 1235 7 months ago
inference.py 1235 7 months ago
main.py 10.8 6 months ago
main.spec 10.8 6 months ago
ocrCurrent.jpg 10.8 6 months ago
readme.md 10.8 6 months ago
start.bat 124 7 months ago
start.vbs 124 7 months ago
test1.jpg 1235 7 months ago
test2.jpg 1235 7 months ago
第二批电表样本.zip 10.8 6 months ago

readme.md

打包

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