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

[Tool] Add metafile fill and validation tools. #1297

Merged
merged 6 commits into from
Jan 10, 2023

Conversation

mzr1996
Copy link
Member

@mzr1996 mzr1996 commented Jan 4, 2023

Modification

  1. Add a metafile fill tool
  2. Add a metafile validation tool and add it to the pre-commit hooks.

Use cases

The metafile fill tool

asciicast

@codecov
Copy link

codecov bot commented Jan 4, 2023

Codecov Report

Base: 0.02% // Head: 88.58% // Increases project coverage by +88.56% 🎉

Coverage data is based on head (1920273) compared to base (b8b31e9).
Patch has no changes to coverable lines.

Additional details and impacted files
@@             Coverage Diff              @@
##           dev-1.x    #1297       +/-   ##
============================================
+ Coverage     0.02%   88.58%   +88.56%     
============================================
  Files          121      161       +40     
  Lines         8217    12677     +4460     
  Branches      1368     2033      +665     
============================================
+ Hits             2    11230    +11228     
+ Misses        8215     1107     -7108     
- Partials         0      340      +340     
Flag Coverage Δ
unittests 88.58% <ø> (+88.56%) ⬆️

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

Impacted Files Coverage Δ
mmcls/datasets/transforms/compose.py
mmcls/models/backbones/deit3.py 94.52% <0.00%> (ø)
mmcls/structures/utils.py 77.77% <0.00%> (ø)
mmcls/models/utils/norm.py 80.00% <0.00%> (ø)
mmcls/utils/progress.py 66.66% <0.00%> (ø)
mmcls/apis/model.py 78.02% <0.00%> (ø)
mmcls/models/backbones/edgenext.py 95.20% <0.00%> (ø)
mmcls/models/classifiers/hugging_face.py 25.64% <0.00%> (ø)
mmcls/models/backbones/beit.py 57.06% <0.00%> (ø)
mmcls/models/retrievers/image2image.py 90.90% <0.00%> (ø)
... and 152 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.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Collaborator

@yingfhu yingfhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mzr1996 mzr1996 merged commit aa53f77 into open-mmlab:dev-1.x Jan 10, 2023
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.

None yet

3 participants