Skip to content
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

Merged
merged 3 commits into from
Dec 15, 2020
Merged

add some useful tools #324

merged 3 commits into from
Dec 15, 2020

Conversation

jin-s13
Copy link
Collaborator

@jin-s13 jin-s13 commented Nov 30, 2020

Add some useful tools (including analyze_logs, get_flops, print_config)
fix #316

@jin-s13
Copy link
Collaborator Author

jin-s13 commented Nov 30, 2020

get_flops.py still has some problems regarding the deconv layers, see mmcv issue.

@codecov
Copy link

codecov bot commented Nov 30, 2020

Codecov Report

Merging #324 (1434563) into master (c5a8b38) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           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           
Flag Coverage Δ
unittests 83.85% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmpose/core/optimizer/__init__.py 100.00% <100.00%> (ø)
mmpose/core/optimizer/registry.py 100.00% <100.00%> (ø)
mmpose/version.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c5a8b38...10a8b44. Read the comment docs.

@innerlee
Copy link
Contributor

innerlee commented Dec 4, 2020

Note: do not merge before open-mmlab/mmcv#675 is resolved

@innerlee innerlee merged commit 53250f5 into master Dec 15, 2020
@innerlee innerlee mentioned this pull request Dec 15, 2020
12 tasks
@jin-s13 jin-s13 deleted the flops branch December 16, 2020 08:16
rollingman1 pushed a commit to rollingman1/mmpose that referenced this pull request Nov 5, 2021
* [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>
shuheilocale pushed a commit to shuheilocale/mmpose that referenced this pull request May 6, 2023
* add useful tools

* update readmes for tutorials

* add useful_tools.md
HAOCHENYE pushed a commit to HAOCHENYE/mmpose that referenced this pull request Jun 27, 2023
* Fix docstring format of BaseDataElement

* fix docstring
ajgrafton pushed a commit to ajgrafton/mmpose that referenced this pull request Mar 6, 2024
* add useful tools

* update readmes for tutorials

* add useful_tools.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A demo for calculate the flops of the models
2 participants