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

Narrow and Clarify Label Conditions for Matching in Evaluation #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shelhamer
Copy link

The sanity checks cover other missing prediction label conditions, and the ground truth can be assumed consistent (famous last words) across the json and png, so the only necessary checks are for skipping void.

I don't know why the IDs are turning into float types, but I'm casting them back since they're integral elsewhere like in the data format.

check only for void, since the sanity checks cover other missing
conditions

p.s. the truth and prediction IDs were incidentally float after the
division and modulus operations, although I'm not sure why, so they're
cast back to integer type for comparison.
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

Successfully merging this pull request may close these issues.

1 participant