-
Beta Was this translation helpful? Give feedback.
Answered by
pcycccccc
Jun 11, 2024
Replies: 2 comments 1 reply
-
提供的 公开数据集 可以训练吗? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@GreatV 感谢您的回复,我今天下载了公开数据集文字识别的文件,并进行了训练,现在已经能正常跑了。另外注意到,我原先执行训练遇到的问题可能是因为我数据集路径弄错了,我需要训练的文字识别模型,但是我提供的数据集路径是关于文字检测的(det/train.txt),在我更新数据集后,使用rec/train.txt,能够正常训练了。 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GreatV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@GreatV 感谢您的回复,我今天下载了公开数据集文字识别的文件,并进行了训练,现在已经能正常跑了。另外注意到,我原先执行训练遇到的问题可能是因为我数据集路径弄错了,我需要训练的文字识别模型,但是我提供的数据集路径是关于文字检测的(det/train.txt),在我更新数据集后,使用rec/train.txt,能够正常训练了。