Skip to content
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

参数位置是否传反了 #258

Open
qazwsx74269 opened this issue Dec 31, 2024 · 1 comment
Open

参数位置是否传反了 #258

qazwsx74269 opened this issue Dec 31, 2024 · 1 comment

Comments

@qazwsx74269
Copy link

根据nougat_per_metrics函数接口

def nougat_per_metrics(predict_root_, pred, gt, minlen=1, heavy_mode: int = 2):

以下几处是否label跟answer位置填反了

ans = nougat_per_metrics(predict_root_, ann["label"], ann["answer"])

ans = nougat_per_metrics(predict_root_, ann["label"], ann["answer"])

ans = nougat_per_metrics(predict_root_, text_gts, text_pres)

ans = nougat_per_metrics(predict_root_, math_gts, math_pres)

ans = nougat_per_metrics(predict_root_, table_gts, table_pres)

@Ucas-HaoranWei
Copy link
Owner

非常感谢,我检查下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants