Skip to content

Commit ff41f8e

Browse files
author
dbickson
committed
fixing
1 parent 88f0d2d commit ff41f8e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fastdup.create_duplicates_gallery('similarity.csv', save_path='.') #create
8888
fastdup.create_duplicates_gallery('outliers.csv', save_path='.') #create a visual gallery of anomalies
8989
```
9090

91-
![alt text](https://github.com/visualdatabase/fastdup/blob/main/gallery/fastdup_clip_24s_crop.gif)
91+
![alt text](./gallery/fastdup_clip_24s_crop.gif)
9292
*Working on the Food-101 dataset. Detecting identical pairs, similar-pairs (search) and outliers (non-food images..)*
9393

9494
## Getting started examples
@@ -97,6 +97,8 @@ fastdup.create_duplicates_gallery('outliers.csv', save_path='.') #create
9797
- [Finding duplicates, outliers and connected components in the Food-101 dataset - Google Colab](https://colab.research.google.com/github/visualdatabase/fastdup/blob/main/examples/fastdup.ipynb)
9898
- [🔥🔥🔥 Analyzing video of the MEVA dataset - Google Colab](https://colab.research.google.com/github/visualdatabase/fastdup/blob/main/examples/fastdup_video.ipynb)
9999

100+
![Tensorboard Projector integration is explained in our Colab notebook](./gallery/tensorboard_projector.png)
101+
100102
## Detailed instructions
101103
- [Detailed instructions, install from stable release and installation issues](INSTALL.md)
102104
- [Detailed running instructions](RUN.md)

RUN.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
7. [Performing vector search](#external)
1111
8. [Support for cloud storage](#s3)
1212
9. [Working with tar/zip files as input](#tar)
13-
13+
10. [Debugging fastdup]
1414

1515
## Detailed Python API documentation <a name="run"/>
1616
The main function of fastdup is `run`. It works by extracting short feature vectors from each image, clsutering the images together using a nearest neighbor model which computes similarities of pairs of images. Then a graph is formed to deduce the network structure of local similarities. The input/ outputs are described below in the section Input/Output.
@@ -381,3 +381,12 @@ For running on 50M images you will need an ubuntu machine with 32 cores and 256G
381381

382382

383383

384+
## Debugging fastdup <a name="debug"/>
385+
386+
To debug program execution the following is recommended
387+
- Make sure you have upgraded fastdup to the latest version, we release versions a couple of times a week.
388+
- It is recommneded to debug in a python shell (and not in a Jupyter notebook)
389+
- Run with `verbose=1` to get additional traces
390+
- Run with `num_images=10` to run on a small subset of your data before running on the full dataset.
391+
- If the issue persist please join our slack channel, we would love to support!
392+

gallery/tensorboard_projector.png

4.07 MB
Loading

0 commit comments

Comments
 (0)