SimilarImageLeakage.compute#

SimilarImageLeakage.compute(context: Context) CheckResult[source]#

Find similar images by comparing image hashes between train and test.

Returns
CheckResult
value: list of tuples of similar image instances, in format (train_index, test_index). The index is by the

order of the images deepchecks received the images.

display: pairs of similar images