Image Property Drift Detection
The Image Property Drift Detection Test is designed to monitor the shifts in individual image properties over time.
Execute Test:
rules = IPDRules()
rules.add(metric="image-property-suite")
edge_case_detection = image_property_drift(test_session=test_session,
reference_dataset_name=reference_dataset_name,
eval_dataset_name=eval_dataset_name,
rules=rules,
test_name="Image-Property-Drift",
type="image-property-drift",
output_type="image-data"
)
test_session.add(edge_case_detection)
test_session.run()
Analyzing Test Results:

Bar Chart Comparison:

Data Grid View:

Image View:
Last updated
Was this helpful?

