-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Add GradCAM utils for Recognizer. #324
Conversation
irvingzhang0512
commented
Nov 9, 2020
•
edited
Loading
edited
- add unittest
- test generating heatmaps with labels.
Codecov Report
@@ Coverage Diff @@
## master #324 +/- ##
==========================================
+ Coverage 85.81% 85.97% +0.15%
==========================================
Files 97 98 +1
Lines 6797 6922 +125
Branches 1104 1118 +14
==========================================
+ Hits 5833 5951 +118
- Misses 749 753 +4
- Partials 215 218 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Cool. |
2. add reisze params in demo_gradcam.py. 3. smaller demo_gradcam.gif. 4. add unittest for `GradCAM` & `forward_gradcam`. 5. add more docs.
@SuX97 |
Some data shapes are too huge, which may cause failure in CI. |
The docs about demo can be moved to demo/README.md |
Please also help to highlight that the demo can also loads checkpoint from corresponding url, like this. thanks! |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
This is a big pr, thanks! |
good to go after resolving the conflicts |
Help with resolving conflicts |