-
Notifications
You must be signed in to change notification settings - Fork 155
Add dataset quality checks #145
Copy link
Copy link
Closed as not planned
Labels
enhancementEnhancement of existing featuresEnhancement of existing featuresgood first issueGood for newcomersGood for newcomers
Description
When there is a dataset, it is often important to be able to check its quality. There are few way to check it:
- compare annotations against a specification. Find too small boxes, too large boxes, too close points etc.
- compare annotations from several sources, match by distance
- annotate a dataset with a model, compare annotations against the inference results
It would be nice to support these and other approaches to quality checking.
Currently, in 0.1.6, the approaches 2 and 3 are implemented as datum merge.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementEnhancement of existing featuresEnhancement of existing featuresgood first issueGood for newcomersGood for newcomers