Skip to content

Commit e1d9706

Browse files
author
dbickson
committed
adding bounding box documentation
1 parent fa169f0 commit e1d9706

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RUN.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ Alternatively, it is also possible to give a location of a file listing images f
4141
4242
max_offset (int): Optional max offset to start iterating on the full file list. Default is -1.
4343
44-
faiss_mode (str): When nn_provider='faiss' selects the faiss mode. Supported options are HNSW32 and any other faiss string.
44+
faiss_mode (str): When nn_provider='faiss' selects the faiss mode. Supported options are HNSW32 and any other faiss string.
4545
46-
faiss_param (str): When nn_provider='faiss' assigns optional faiss parameters. For example efSearch=175. Multiple params are supported - for example 'efSearch=175,nprobes=200'
46+
faiss_param (str): When nn_provider='faiss' assigns optional faiss parameters. For example efSearch=175. Multiple params are supported - for example 'efSearch=175,nprobes=200'
4747
48+
bounding_box (str): Optional bounding box for cropping images before the fastdup tool is applied. For example bounding_box='rows=100,cols=100,width=250,height=310'. Rows and cols gives the top left corner coordinates, and width and height the bounding box dimensions. (Row is the y axis and col is the x axis. The box is cropped in the range [rows:rows+height, cols:cols+width].
4849
4950
5051

0 commit comments

Comments
 (0)