Skip to content

Add dataset quality checks #145

@zhiltsov-max

Description

@zhiltsov-max

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions