Skip to content

Commit

Permalink
adding a table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
dbickson committed Jun 2, 2022
1 parent 6de4348 commit 7007b12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RUN.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,7 @@ def create_outliers_gallery(similarity_file, save_path, num_images=20, descendin
lazy_load (boolean): If False, write all images inside html file using base64 encoding. Otherwise use lazy loading in the html to load images when mouse curser is above the image (reduced html file size).
get_label_func (callable): Optional parameter to allow adding more image information to the report like the image label. This is a function the user implements that gets the full file path and returns html string with the label or any other metadata desired.
'''
```

Command line example for the html report generation:
```
Expand Down

0 comments on commit 7007b12

Please sign in to comment.