-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于ch_ppocr_server_v1.1_det #775
Comments
该配置使用的是resnet18作为backbone训练, |
~/work/PaddleOCR-develop$ python tools/train.py -c configs/det/det_r18_vd_db.yml 预训练模型作为checkpoints训练会报错 |
请问新版本多出来的文本分类器是从原版本内容中分离出来的吗?感觉更麻烦了。重训练有变化吗? |
感谢反馈,新模型训练用了cosine decay,配置没有加所以报错,稍后会修正,可以先用pretrain_weights加载,不要用checkpoints |
方向分类器是可选的,如果你的场景不需要的话可以不用。 |
我想学习一下方向分类器的原理,请问有这方面训练和识别的原理文档吗? |
分类器只是检测小图片的方向0-180°,并不检测图片中文本的方向?而且刚在新发布的权重上测试时候使用和不使用不影响竖排文字的最终检测结果,并且测试结果不如之前的好。请问不是很理解这个分类器的作用? |
请问,最近几天会加上cosine decay吗? |
方向分类器的文档:https://github.com/PaddlePaddle/PaddleOCR/blob/develop/doc/doc_ch/angle_class.md |
已加,见configs/det/det_r18_vd_db_v1.1.yml和configs/det/det_mv3_db_v1.1.yml,注意相关参数可能需要调整,比如step_each_epoch = 训练图像总数/卡数/batch size per card |
好的,感谢 |
请问推理模型是由预训练模型导出的吗,为什么预训练模型的预测和推理模型的预测结果不一致,推理模型训练时输入的图片大小是多少? |
是的,推理模型是由训练模型导出的,结果不一致可能是由于超参差异导致的,可以参考这个issue:#214 |
ch_ppocr_server_v1.1_det模型能进行finetune吗 可以的话要用哪个配置文件
The text was updated successfully, but these errors were encountered: