PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

推理模型打开benchmark后出错!

Open JavieYuan opened this issue 2 years ago • 7 comments

请提供下述完整信息以便快速定位问题/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打开: bug4 然后使用inference推理模型进行predict_rec.py出现错误: bug4-1

JavieYuan avatar Nov 14 '22 09:11 JavieYuan

安装下auto_log试下

pip install auto_log

littletomatodonkey avatar Nov 14 '22 10:11 littletomatodonkey

安装下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

JavieYuan avatar Nov 14 '22 10:11 JavieYuan

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

littletomatodonkey avatar Nov 14 '22 10:11 littletomatodonkey

这个库的地址在这里:https://github.com/LDOUBLEV/AutoLog

littletomatodonkey avatar Nov 14 '22 10:11 littletomatodonkey

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等等其它已有包冲突吗?

JavieYuan avatar Nov 14 '22 11:11 JavieYuan

不会

littletomatodonkey avatar Nov 14 '22 11:11 littletomatodonkey

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等等其它已有包冲突吗?

已解决,万分感谢,感谢!!!

JavieYuan avatar Nov 14 '22 12:11 JavieYuan

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.

github-actions[bot] avatar Jul 08 '23 02:07 github-actions[bot]