Near Duplicates Test
The Near Duplicate Detection Test in RagaAI is designed to identify both exact and near duplicates within your image dataset.
Execute Test:
rules = LQRules()
rules.add(metric="similarity_score", metric_threshold=0.99)
near_duplicates_detection = nearest_duplicate(test_session=test_session,
dataset_name = "Enter-your-dataset-name",
test_name = "near_duplicate_detection_1",
type = "near_duplicates",
output_type="near_duplicates",
embed_col_name="embedding",
rules=rules)
test_session.add()
test_session.run()Analysing Test Results

Analysing Results
Detailed Review
Last updated
Was this helpful?

