PaddleOCR
PaddleOCR copied to clipboard
推理模型打开benchmark后出错!
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:
- 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:
- 运行指令/Command Code:
- 完整报错/Complete Error Message:
将utility.py中参数benchmark打开:
然后使用inference推理模型进行predict_rec.py出现错误:
安装下auto_log试下
pip install auto_log
安装下auto_log试下
pip install auto_log
安装会如下报错,而且好像根本就没有auto_log这个包 ERROR: Could not find a version that satisfies the requirement auto_log (from versions: none) ERROR: No matching distribution found for auto_log
git clone https://github.com/LDOUBLEV/AutoLog
cd AutoLog
pip3 install -r requirements.txt
python3 setup.py bdist_wheel
pip3 install ./dist/auto_log-1.0.0-py3-none-any.whl
这个库的地址在这里:https://github.com/LDOUBLEV/AutoLog
git clone https://github.com/LDOUBLEV/AutoLog cd AutoLog pip3 install -r requirements.txt python3 setup.py bdist_wheel pip3 install ./dist/auto_log-1.0.0-py3-none-any.whl
在本项目环境中安装后会造成和已有paddlepaddle等等其它已有包冲突吗?
不会
git clone https://github.com/LDOUBLEV/AutoLog cd AutoLog pip3 install -r requirements.txt python3 setup.py bdist_wheel pip3 install ./dist/auto_log-1.0.0-py3-none-any.whl
在本项目环境中安装后会造成和已有paddlepaddle等等其它已有包冲突吗?
已解决,万分感谢,感谢!!!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.