Skip to content

Commit 80fc1b2

Browse files
author
dbickson
committed
fixing docs
1 parent d0bdde8 commit 80fc1b2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

RUN.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,16 @@ The main function of fastdup is `run`. It works by extracting short feature vect
4545
num_images (int): Number of images to run on. Default is -1 which means run on all the images in the image_dir folder.
4646
4747
turi_param (str): Optional additional parameters for turi. Supported paramets are:
48-
- nnmodel=0|1|2Nearest Neighbor model for clustering the features together, when using turi (has no effect when using faiss). Supported options are 0=brute_force (exact), 1=ball_tree and 2=lsh (both approximate). Default is brute_force.
48+
- nnmodel=0|1|2 Nearest Neighbor model for clustering the features together, when using turi (has no effect when using faiss). Supported options are 0=brute_force (exact), 1=ball_tree and 2=lsh (both approximate). Default is brute_force.
4949
- ccthreshold=XX where XX in the range [0,1]. Construct similarities graph when the similarity > XX.
5050
- run_cc=0|1 Distable/enable connected components computation on the graph of similarities.
5151
- run_pagerank=0|1 Disable/enable pagerank computation on the graph of similarities.
5252
- run_degree=0|1 Distable/enable degree distribution computation on the graph of similarities
5353
- store_int=0|1 store the similarity as string filenames or string index of the file id (to save space)
54-
Example run: turi_param='nnmodel=0,ccthreshold=0.99'
54+
- tar_only=0|1 run only on tar files and ignore images in folders. Default is 0.
55+
- delete_tar=0|1 when working with tar files obtained from cloud storage delete the tar after download
56+
- delete_img=0|1 when working with images obtained from cloud storage delete the image after download
57+
Example run: turi_param='nnmodel=0,ccthreshold=0.99'
5558
5659
distance (str): Distance metric for the Nearest Neighbors algorithm. Default is cosine. Other distances are euclidean, squared_euclidean, manhattan.
5760

0 commit comments

Comments
 (0)