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

Predicted object number less than GT object number #1

Closed
guohengkai opened this issue May 12, 2019 · 2 comments
Closed

Predicted object number less than GT object number #1

guohengkai opened this issue May 12, 2019 · 2 comments

Comments

@guohengkai
Copy link

When the predicted object number is less than GT object number, this line will lead to a error:
https://github.com/davisvideochallenge/davis2017-evaluation/blob/master/davis2017/evaluation.py#L30

So I think the one-hot conversion for result masks should use the GT object number instead of the result object number.

Thanks.

@guohengkai
Copy link
Author

Or you can fill the missing object masks with zero.

@scaelles
Copy link
Member

Thanks for pointing this out, it should be now fixed.

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