Labelling Quality Test
Validate labeling quality in segmentation datasets. Improve accuracy with clean annotations.
Execute Test:
rules = LQRules()
rules.add(metric="mistake_score", label=["ALL"], metric_threshold=0.065)
edge_case_detection = labelling_quality_test(test_session=test_session,
dataset_name = "area-dataset-full-v1",
test_name = "Labeling Quality Test",
type = "labelling_consistency",
output_type="semantic_segmentation",
mistake_score_col_name = "MistakeScores",
rules = rules)
test_session.add(edge_case_detection)
test_session.run()Analysing Test Results

Visualisation and Assessment


Last updated
Was this helpful?

