Labelling Quality Test
Check annotation accuracy in datasets. Improve object detection results with cleaner labels.
Execute Test:
rules = LQRules()
rules.add(metric="mistake_score", label=["ALL"], metric_threshold=0.5)
edge_case_detection = labelling_quality_test(test_session=test_session,
dataset_name="labeling_all_the_instance_mar_18",
test_name="Labeling Quality Test",
type="labelling_quality",
output_type="instance_segmentation",
mistake_score_col_name="MistakeScores",
gt="GT",
rules=rules)
test_session.add(edge_case_detection)
test_session.run()Analysing Test Results

Visualisation and Assessment

Last updated
Was this helpful?

