-
Notifications
You must be signed in to change notification settings - Fork 7.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
套件一致性计划 #10380
Labels
Comments
This was referenced Jul 13, 2023
Closed
直接PR吗? |
PPOCR的替换已经通过:#10405 |
替换Pillow为最新版 PaddlePaddle/PaddleDetection#8446 |
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
背景
经过需求征集#10334 和每周技术研讨会 #10223 讨论,我们发起套件一致性计划,通过提升套件一致性提升开发者在各大CV套件之间的知识迁移,和环境一致的效果,提升开发体验。
任务一(已完成):
PaddleOCR与PaddleDetection与Pillow新版本10.x不兼容。目前PaddleOCR采用的临时解决方案是在依赖列表中限制只能使用旧版本Pillow(参见 #10344 ),而PaddleDetection未采取任何措施(按照文档安装后,使用deploy/python/visualize.py等部分功能时会直接报错)。出于套件可持续建设的考虑,希望能够适配最新版本的Pillow。
任务一 解决步骤:
PS:本任务视作两个任务,分别是解决PPOCR的依赖问题、解决PPDetection的依赖问题。
The text was updated successfully, but these errors were encountered: