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

[Feature]Add Decathlon dataset #2227

Merged
merged 8 commits into from Oct 26, 2022
Merged

Conversation

MeowZheng
Copy link
Collaborator

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.

Motivation

  1. Add Decathlon to load msd dataset

Modification

  1. Add mmseg/datasets/basesegdataset.py and its ut

BC-breaking (Optional)

No

Use cases (Optional)

load msd dataset info

Checklist

  1. Pre-commit or other linting tools are used to fix the potential lint issues.
  2. The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  3. If the modification has potential influence on downstream projects, this PR should be tested with downstream projects, like MMDet or MMDet3D.
  4. The documentation has been modified accordingly, like docstring or example tutorials.

@codecov
Copy link

codecov bot commented Oct 24, 2022

Codecov Report

Base: 83.51% // Head: 83.57% // Increases project coverage by +0.06% 🎉

Coverage data is based on head (9132fd9) compared to base (ac9ee8c).
Patch coverage: 93.93% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           dev-1.x    #2227      +/-   ##
===========================================
+ Coverage    83.51%   83.57%   +0.06%     
===========================================
  Files          139      140       +1     
  Lines         7927     7958      +31     
  Branches      1186     1191       +5     
===========================================
+ Hits          6620     6651      +31     
+ Misses        1118     1117       -1     
- Partials       189      190       +1     
Flag Coverage Δ
unittests 83.57% <93.93%> (+0.06%) ⬆️

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

Impacted Files Coverage Δ
mmseg/datasets/decathlon.py 93.33% <93.33%> (ø)
mmseg/datasets/__init__.py 100.00% <100.00%> (ø)
mmseg/datasets/basesegdataset.py 100.00% <100.00%> (ø)
mmseg/models/backbones/timm_backbone.py 45.83% <0.00%> (+8.33%) ⬆️

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.

@MeowZheng MeowZheng merged commit 3d8fd35 into open-mmlab:dev-1.x Oct 26, 2022
@MeowZheng MeowZheng deleted the 3d-dataset branch October 26, 2022 12:10
MeowZheng added a commit to MeowZheng/mmsegmentation that referenced this pull request Nov 1, 2022
* [Feature]Add Decathlon dataset

* fix test data

* add file

* remove order

* revise default value for prefix

* modify example

* revise based on  comments

* add comments for ut
@MeowZheng MeowZheng added the 1.x Related issue of 1.x version label Nov 1, 2022
aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this pull request Mar 27, 2023
* negative_prompt typo

* fix
nahidnazifi87 pushed a commit to nahidnazifi87/mmsegmentation_playground that referenced this pull request Apr 5, 2024
* [Feature]Add Decathlon dataset

* fix test data

* add file

* remove order

* revise default value for prefix

* modify example

* revise based on  comments

* add comments for ut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.x Related issue of 1.x version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants