Skip to content

Commit f37357f

Browse files
committed
Update search.rst
1 parent 2b057fe commit f37357f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/methods/search.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ difPy compares the images to find duplicates or similarities, based on the MSE (
4848

4949
The search for similar images can be useful when searching for duplicate files that might have different file **types** (i. e. imageA.png has a duplicate imageA.jpg) and/or different file **sizes** (f. e. imageA.png (100MB) has a duplicate imageA.png (50MB)). In these cases, the MSE between the two image tensors might not be exactly == 0, hence they would not be classified as being duplicates even though in reality they are. Setting ``similarity`` to ``"similar"`` searches for duplicates with a certain tolerance, increasing the likelihood of finding duplicate images of different file types and sizes. Depending on which ``similarity`` level is chosen, the ``lazy`` parameter should be adjusted accordingly (see :ref:`lazy`).
5050

51-
.. figure:: ./static/assets/choosing_similarity.png
51+
.. figure:: docs/static/assets/choosing_similarity.png
5252
:width: 540
5353
:height: 390
5454
:alt: Setting the "similarity" & "lazy" Parameter

0 commit comments

Comments
 (0)