Skip to content

Commit 12e5e6d

Browse files
author
dbickson
committed
2 parents e487500 + b36da91 commit 12e5e6d

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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 imsges. 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-
76
![alt text](https://github.com/visualdatabase/fastdup/blob/main/gallery/git_main-min.png)
87
*Temporal relations between images identified by fastdup (near duplicates).*
98

@@ -16,6 +15,7 @@ FastDup is a tool for gaining insights from a large image collection. It can fin
1615
![alt text](https://github.com/visualdatabase/fastdup/blob/main/gallery/imagenet21k_wrong_labels.png)
1716
*Wrong labels in the ImageNet dataset*
1817

18+
1919
## Results on Key Datasets
2020
We have thourougly tested fastdup across various famous visual dataset. Ranging from Academic datasets to Kaggle competitions. A key finding we have made using FastDup is that there are ~1.2M (!) duplicate images on the ImageNet21K dataset, a new unknown result! Full results are below.
2121

@@ -61,11 +61,14 @@ fastdup.run(input_dir="/path/to/your/folder", work_dir="/path/to/your/folder") #
6161

6262
[Detailed running instructions](RUN.md)
6363

64-
65-
6664
### Support for s3 cloud/ google storage
6765
[Detailed instructions](CLOUD.md)
6866

67+
### Getting started example (can be found under examples/)
68+
![alt text](https://github.com/visualdatabase/fastdup/blob/main/gallery/fastdup_clip_24s_crop.gif)
69+
*Working on the Food-101 dataset*
70+
71+
6972

7073
## Feature summary
7174
| | Free version | Enterprise Edition|

gallery/fastdup_clip_24s.gif

17.9 MB
Loading

gallery/fastdup_clip_24s_crop.gif

11.5 MB
Loading

gallery/fastdup_clip_24s_small.gif

2.54 MB
Loading

0 commit comments

Comments
 (0)