Skip to content

Commit 5d6e5a4

Browse files
author
dbickson
committed
adding credits
1 parent 2664071 commit 5d6e5a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
FastDup is a tool for gaining insights from a large image collection. It can find anomalies, duplicate and near duplicate images, clusters of similaritity, learn the normal behavior and temporal interactions between images. It can be used for smart subsampling of a higher quality dataset, outlier removal, novelty detection of new information to be sent for tagging. FastDup scales to millions of images running on CPU only.
55

6+
From the authors of [GraphLab](https://github.com/jegonzal/PowerGraph) and [Turi Create](https://github.com/apple/turicreate).
7+
68
![alt text](https://github.com/visualdatabase/fastdup/blob/main/gallery/git_main-min.png)
79
*Temporal relations between images identified by fastdup (near duplicates).*
810

@@ -85,7 +87,8 @@ fastdup.run(input_dir="/path/to/your/folder", work_dir="/path/to/your/folder") #
8587
|Export| csv | Plus Elastic Search|
8688

8789

88-
90+
# Technology
91+
We build upon several excellent open source tools. [Microsoft's ONNX Runtime](https://github.com/microsoft/onnxruntime), [Facebook's Faiss](https://github.com/facebookresearch/faiss), [Open CV](https://github.com/opencv/opencv), [Pillow Resize](https://github.com/zurutech/pillow-resize), [Apple's Turi Create](https://github.com/apple/turicreate).
8992

9093

9194

0 commit comments

Comments
 (0)