You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #11881 on May 25, 2024 06:37.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all and @WenmuZhou
首先感谢你们提供了这个良好的OCR平台。
根据 文本检测模型训练,我想尝试使用 ch_PP-OCRv3_det_dml.yml 进行教师检测模型的训练。我首先想用 ICIDAR2015 的数据做训练测试,看看教师模型效果咋样;我测试了三种不同的YML配置文件:
第一种:将 "Global” 中的pretrained_model: ./pretrained_models/db/MobileNetV3_large_x0_5_pretrained 屏蔽了,因为可以避免导入阶段的各种警告,具体情况如下:
第二种情况,将 "Global” 中的pretrained_model: ./pretrained_models/db/MobileNetV3_large_x0_5_pretrained 还原
第三种情况,将所有的 student中的 pretrained: ./pretrained_models/db/ResNet50_vd_ssld_pretrained,
更换成 pretrained: ./pretrained_models/db/MobileNetV3_large_x0_5_pretrained;因为参考了 帖子,怀疑训练数据不够
可是所有这三种情况,我都训练了600 epoch,best metric hmean 都小于 0.72,无法再提高。不知道什么原因,也不知道哪里出现了问题。
恳请各位指点,支招,谢谢大家!
Beta Was this translation helpful? Give feedback.
All reactions