Skip to content

Narrow and Clarify Label Conditions for Matching in Evaluation#8

Open
shelhamer wants to merge 1 commit intococodataset:masterfrom
shelhamer:match-void-check
Open

Narrow and Clarify Label Conditions for Matching in Evaluation#8
shelhamer wants to merge 1 commit intococodataset:masterfrom
shelhamer:match-void-check

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