You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,13 @@ We have thoroughly tested fastdup across various famous visual datasets. Ranging
46
46
* All experiments could be also reproduced on a 8 core, 32GB machine (excluding Imagenet-21K).
47
47
* We run on the full ImageNet-21K dataset (11.5M images) to compare all pairs of images in less than 3 hours WITHOUT a GPU (with Google cloud cost of 5$).
48
48
49
-
##Quick Installation (Ubuntu 20.04 or Ubuntu 18.04)
50
-
For Python 3.7 and 3.8
49
+
# Quick Installation
50
+
For Python 3.7 and 3.8 (Ubuntu 20.04 or Ubuntu 18.04)
*Working on the Food-101 dataset. Detecting identical pairs, similar-pairs (search) and outliers (non-food images..)*
66
66
67
-
####Getting started examples
67
+
## Getting started examples
68
68
-[Getting started on a Kaggle dataset](https://github.com/visualdatabase/fastdup/blob/main/examples/getting_started_kaggle.ipynb)
69
69
-[Finding duplicates and outliers in the Food-101 datadset:](https://github.com/visualdatabase/fastdup/blob/main/examples/getting_started_food101.ipynb)
70
70
71
-
####Detailed instructions
71
+
## Detailed instructions
72
72
[Detailed isntructions, install from stable release and installation issues](INSTALL.md)
0 commit comments