Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
heatmap.py --help: grad_cam -> heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Aug 21, 2020
1 parent 38356f6 commit 42090ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heatmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def get_args():
return args

if __name__ == '__main__':
""" python grad_cam.py <path_to_image>
""" python heatmap.py <path_to_image>
1. Loads an image with opencv.
2. Preprocesses it for VGG19 and converts to a pytorch variable.
3. Makes a forward pass to find the category index with the highest score,
Expand Down

0 comments on commit 42090ed

Please sign in to comment.