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

[DOC] Update datset download score from opendatalab to openXlab #1765

Merged
merged 2 commits into from
Aug 22, 2023

Conversation

Ezra-Yu
Copy link
Collaborator

@Ezra-Yu Ezra-Yu commented Aug 14, 2023

Motivation

Update datset download score

refer to open-mmlab/mmaction2#2635

Before PR:

  • Pre-commit or other linting tools are used to fix the potential lint issues.
  • Bug fixes are fully covered by unit tests, the case that causes the bug should be added in the unit tests.
  • The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  • The documentation has been modified accordingly, like docstring or example tutorials.

After PR:

  • If the modification has potential influence on downstream or other related projects, this PR should be tested with those projects, like MMDet or MMSeg.
  • CLA has been signed and all committers have signed the CLA in this PR.

@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Patch coverage: 70.27% and project coverage change: -3.01% ⚠️

Comparison is base (f9dcae2) 68.16% compared to head (c19d895) 65.16%.
Report is 78 commits behind head on dev.

❗ Current head c19d895 differs from pull request most recent head 03bf56c. Consider uploading reports for the commit 03bf56c to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1765      +/-   ##
==========================================
- Coverage   68.16%   65.16%   -3.01%     
==========================================
  Files         295      362      +67     
  Lines       23372    26181    +2809     
  Branches     3713     4165     +452     
==========================================
+ Hits        15932    17060    +1128     
- Misses       6880     8501    +1621     
- Partials      560      620      +60     
Flag Coverage Δ
unittests 65.16% <70.27%> (-3.01%) ⬇️

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

Files Changed Coverage Δ
configs/_base_/datasets/imagenet_bs128_mbv3.py 100.00% <ø> (ø)
configs/_base_/datasets/imagenet_bs32.py 100.00% <ø> (ø)
...onfigs/_base_/datasets/imagenet_bs32_pil_resize.py 100.00% <ø> (ø)
configs/_base_/datasets/imagenet_bs64_swin_224.py 100.00% <ø> (ø)
configs/_base_/datasets/imagenet_bs64_swin_384.py 100.00% <ø> (ø)
mmpretrain/apis/feature_extractor.py 37.50% <0.00%> (ø)
mmpretrain/apis/image_caption.py 30.64% <0.00%> (ø)
mmpretrain/apis/image_retrieval.py 21.42% <0.00%> (ø)
mmpretrain/apis/visual_grounding.py 27.53% <0.00%> (ø)
mmpretrain/apis/visual_question_answering.py 25.67% <0.00%> (ø)
... and 7 more

... and 96 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fangyixiao18 fangyixiao18 merged commit 853f0c6 into open-mmlab:dev Aug 22, 2023
9 checks passed
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

2 participants