-
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
add some useful tools #324
Conversation
get_flops.py still has some problems regarding the deconv layers, see mmcv issue. |
Codecov Report
@@ Coverage Diff @@
## master #324 +/- ##
=======================================
Coverage 83.85% 83.85%
=======================================
Files 115 116 +1
Lines 7257 7260 +3
Branches 1151 1151
=======================================
+ Hits 6085 6088 +3
Misses 955 955
Partials 217 217
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Note: do not merge before open-mmlab/mmcv#675 is resolved |
* [Feature] Add GradCAM utils for Recognizer. * [Fix] abstract forward gradcam bug. * 1. update codes based on reviewer suggestions. 2. add reisze params in demo_gradcam.py. 3. smaller demo_gradcam.gif. 4. add unittest for `GradCAM` & `forward_gradcam`. 5. add more docs. * smaller input data shapes for unittest * modify codes based on reviewer's suggestions. * update codes after reviewers' suggestions. * update codes after reviewer's suggestions. * remove `gradcam` in BaseRecognition forward. Co-authored-by: Jintao Lin <528557675@qq.com>
* add useful tools * update readmes for tutorials * add useful_tools.md
* Fix docstring format of BaseDataElement * fix docstring
* add useful tools * update readmes for tutorials * add useful_tools.md
Add some useful tools (including analyze_logs, get_flops, print_config)
fix #316