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

[Feat] Download dataset by using MIM&OpenDataLab #1630

Merged
merged 5 commits into from
Jun 30, 2023

Conversation

Ezra-Yu
Copy link
Collaborator

@Ezra-Yu Ezra-Yu commented Jun 9, 2023

Motivation

Download dataset by using MIM&OpenDataLab

relay to open-mmlab/mim#212

Use cases (Optional)

# install OpenDataLab CLI tools
pip install -U opendatalab
# log in OpenDataLab, registry
odl login
# download and preprocess by MIM
mim download mmpretrain --dataset imagenet1k
mim download mmpretrain --dataset cub

Checklist

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 Jun 9, 2023

Codecov Report

❗ No coverage uploaded for pull request base (test-1.0@7d850df). Click here to learn what that means.
Patch has no changes to coverable lines.

❗ Current head 1869778 differs from pull request most recent head 72b74d4. Consider uploading reports for the commit 72b74d4 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##             test-1.0    #1630   +/-   ##
===========================================
  Coverage            ?   65.51%           
===========================================
  Files               ?      329           
  Lines               ?    25589           
  Branches            ?     4078           
===========================================
  Hits                ?    16764           
  Misses              ?     8213           
  Partials            ?      612           
Flag Coverage Δ
unittests 65.51% <0.00%> (?)

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

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Ezra-Yu Ezra-Yu changed the title [WIP] [Feat] Download dataset by using MIM&OpenDataLab [Feat] Download dataset by using MIM&OpenDataLab Jun 29, 2023
@fangyixiao18 fangyixiao18 changed the base branch from dev to test-1.0 June 30, 2023 02:40
@fangyixiao18 fangyixiao18 merged commit 59c0777 into open-mmlab:test-1.0 Jun 30, 2023
5 of 6 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.

2 participants