-
Notifications
You must be signed in to change notification settings - Fork 10.3k
遇见ocrv4训练问题 #11149
Copy link
Copy link
Closed
Labels
contrib/help-wantedCommunity help is needed for this issue.Community help is needed for this issue.status/closetask/trainingRelated to model training process.Related to model training process.
Metadata
Metadata
Assignees
Labels
contrib/help-wantedCommunity help is needed for this issue.Community help is needed for this issue.status/closetask/trainingRelated to model training process.Related to model training process.
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no):
请尽量不要包含图片在问题中/Please try to not include the image in the issue.
训练ocrv4看见配置文件中PostProcess方式为蒸馏的CTCLabel,但前处理方式为NRTR导致后续out_channels_list没有找到NRTRLabelDecode,我将编码改成CTCLabelDecode不知道怎么样,还是需要写一个DistillNRTR解码代码