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

labelmatch_hooks eval_score_thr函数报错 #3

Open
buaachen1993 opened this issue Jul 19, 2022 · 4 comments
Open

labelmatch_hooks eval_score_thr函数报错 #3

buaachen1993 opened this issue Jul 19, 2022 · 4 comments

Comments

@buaachen1993
Copy link

score_list[cls].append(r[:, -1])

当某一类型的预测结果为空时,此部分会报错,list out of index。

@AceCoooool
Copy link
Collaborator

Thank you for pointing this out. We will check it in extreme cases.

@gemlover
Copy link

gemlover commented Nov 7, 2022

score_list[cls].append(r[:, -1])

当某一类型的预测结果为空时,此部分会报错,list out of index。

I also encountered this problem, have you solved it?

@gemlover
Copy link

gemlover commented Nov 7, 2022

Thank you for pointing this out. We will check it in extreme cases.

Is there any way to solve this problem please? Is it related to dataset size?

@LiwenWang919
Copy link

Thank you for pointing this out. We will check it in extreme cases.

Is there any way to solve this problem please? Is it related to dataset size?

have you solved it?

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

4 participants