同样的微调数据集,v5效果比v4差
#16408
Replies: 4 comments 2 replies
-
|
我也有同样的问题,同样的数据集,微调的OCRV5,DB算法的det模型比 原来OCRV4 DB++算法的det模型准确率低很多,微调的V5 rec模型倒是比V4有所提升,特别是在手写领域 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
同样疑惑为什么v5的文本框比v4训练出来的小一圈,我还以为是我标注的时候把文本框画小了... |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@yuye0526 mobile 模型结构没有发生变化,能提供一个 case 的不同模型可视化结果吗?另外数据集方便提供吗?我们排查一下问题 |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
v5训练效果问题解决了吗?你们是怎么在官方的模型基础上重新微调的模型? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
-
🔎 Search before asking
🐛 Bug (问题描述)
以下为PaddleOCR-release-2.7/configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_finetune.yml配置文件:
以下为PaddleOCR-release-3.1/configs/det/PP-OCRv5/PP-OCRv5_mobile_det.yml配置文件:
🏃♂️ Environment (运行环境)
官方docker环境
🌰 Minimal Reproducible Example (最小可复现问题的Demo)
python3 tools/train.py
Beta Was this translation helpful? Give feedback.
All reactions