Skip to content

Commit

Permalink
path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Oct 1, 2021
1 parent eb429d9 commit ecfb291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_predictions.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
file_format = 'png'

# utility function to easily list the images in a folder.
unordered_image_paths = predict_on_images.paths_in_folder('data/example_images', file_format=file_format, recursive=False)
unordered_image_paths = predict_on_images.paths_in_folder('data/example_images/basic', file_format=file_format, recursive=False)

## or maybe you already have a list from a catalog?
# unordered_image_paths = df['paths']
Expand Down

0 comments on commit ecfb291

Please sign in to comment.