-
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
[Improve] support gradcam #2049
Conversation
Codecov ReportBase: 76.00% // Head: 76.86% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #2049 +/- ##
===========================================
+ Coverage 76.00% 76.86% +0.85%
===========================================
Files 137 137
Lines 9924 9919 -5
Branches 1627 1627
===========================================
+ Hits 7543 7624 +81
+ Misses 2029 1944 -85
+ Partials 352 351 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@@ -1,5 +1,6 @@ | |||
# Copyright (c) OpenMMLab. All rights reserved. | |||
import torch | |||
import torch.nn as nn |
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.
What about moving this to 'visualization/grad_cam.py'?
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.
I will reorganize visualzation tools structure in pr #2092
Co-authored-by: daiwenxun.vendor <[email protected]>
Motivation
[Improvement] support gradcam