Skip to content

Commit 1afcf32

Browse files
authored
Update README.md
1 parent 174894b commit 1afcf32

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +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-
![alt text](https://github.com/visualdatabase/fastdup/blob/main/gallery/fastdup_clip_24s_crop.gif)
7-
*Example run on the Food-101 dataset*
8-
96
![alt text](https://github.com/visualdatabase/fastdup/blob/main/gallery/git_main-min.png)
107
*Temporal relations between images identified by fastdup (near duplicates).*
118

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

18+
2119
## Results on Key Datasets
2220
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.
2321

@@ -63,7 +61,7 @@ fastdup.run(input_dir="/path/to/your/folder", work_dir="/path/to/your/folder") #
6361

6462
[Detailed running instructions](RUN.md)
6563

66-
64+
![alt text](https://github.com/visualdatabase/fastdup/blob/main/gallery/fastdup_clip_24s_crop.gif)
6765

6866
### Support for s3 cloud/ google storage
6967
[Detailed instructions](CLOUD.md)

0 commit comments

Comments
 (0)