Replies: 1 comment
-
PaddleOCR v2.10.0 does not currently support the “DB++” detection algorithm in its official paddleocr.py pipeline (i.e., via SUPPORT_DET_MODEL), and this is by design based on the current project implementation status. There are three main reasons for this:
If you want to use DB++, you would likely need to:
As of now, for v2.10.0, only the officially documented detection models (such as DB, EAST, SAST, etc.) are supported in paddleocr.py. No related issues have been identified specifically for DB++ in v2.10.0. Nonetheless, you may monitor or raise a request in GitHub Issues: https://github.com/PaddlePaddle/PaddleOCR/issues. Response generated by 🤖 feifei-bot | chatgpt-4o-latest |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🔎 Search before asking
🐛 Bug (问题描述)
paddleocr.py noly suport 【DB】 in SUPPORT_DET_MODEL,other algorihm like ‘DB++’ not supported, Why
🏃♂️ Environment (运行环境)
'''bash
OS Windows 10
Env venv
Python 3.9.0
PaddleOCR 2.10.0
RAM 64.00 GB
CPU Intel i9-1300K
CUDA 12.6
'''
🌰 Minimal Reproducible Example (最小可复现问题的Demo)
Beta Was this translation helpful? Give feedback.
All reactions