-
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
table rec code #11999
table rec code #11999
Conversation
Thanks for your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
辛苦参考 https://github.com/PaddlePaddle/PaddleOCR/blob/main/doc/doc_ch/algorithm_table_master.md ,提供一份使用说明文档。提供精度复现说明~
好的 |
要安装一下pre-commit,格式化codestyle。 |
|
||
|
||
|
||
class SLAHead(nn.Layer): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不要直接修改原有的SLAHead,建议通过增加参数配置,在兼容此次修改。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已将attention部分修改为可配置,默认不使用;eos的添加对原来的slanet同样适用。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
增加了对原始slanet的eos训练适配
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -220,15 +346,23 @@ def forward(self, inputs, targets=None): | |||
) | |||
structure_preds.stop_gradient = True | |||
loc_preds.stop_gradient = True | |||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
删除
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的
已将attention部分修改为可配置,默认不使用;增加了对原始slanet的eos训练适配; eos的添加对原来的slanet同样适用。 |
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
你好,我是刚才关注你的那个,我想要一下您的训练权重,不知道您方便吗 |
No description provided.