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] Add Data Structures and Elements #2070

Merged
merged 13 commits into from Oct 28, 2022

Conversation

MengzhangLI
Copy link
Contributor

No description provided.

@MengzhangLI MengzhangLI changed the title [WIP][Doc] Add Data Structures and Elements [Doc] Add Data Structures and Elements Sep 15, 2022
@codecov
Copy link

codecov bot commented Sep 15, 2022

Codecov Report

Base: 83.10% // Head: 83.57% // Increases project coverage by +0.46% 🎉

Coverage data is based on head (0730eec) compared to base (fffb9e2).
Patch has no changes to coverable lines.

Additional details and impacted files
@@             Coverage Diff             @@
##           dev-1.x    #2070      +/-   ##
===========================================
+ Coverage    83.10%   83.57%   +0.46%     
===========================================
  Files          138      140       +2     
  Lines         7779     7958     +179     
  Branches      1246     1191      -55     
===========================================
+ Hits          6465     6651     +186     
+ Misses        1130     1117      -13     
- Partials       184      190       +6     
Flag Coverage Δ
unittests 83.57% <ø> (+0.46%) ⬆️

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

Impacted Files Coverage Δ
mmseg/structures/seg_data_sample.py 93.10% <ø> (ø)
mmseg/models/backbones/timm_backbone.py 45.83% <0.00%> (-37.51%) ⬇️
mmseg/datasets/transforms/loading.py 85.60% <0.00%> (-14.40%) ⬇️
mmseg/models/segmentors/base.py 87.30% <0.00%> (-0.58%) ⬇️
mmseg/datasets/transforms/transforms.py 96.91% <0.00%> (-0.03%) ⬇️
mmseg/apis/inference.py 0.00% <0.00%> (ø)
mmseg/utils/__init__.py 100.00% <0.00%> (ø)
mmseg/datasets/__init__.py 100.00% <0.00%> (ø)
mmseg/datasets/basesegdataset.py 100.00% <0.00%> (ø)
mmseg/models/backbones/resnet.py 98.57% <0.00%> (ø)
... and 17 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.

| -------------- | ------------------------- | ------------------------------- |
| gt_sem_seg | [`PixelData`](#pixeldata) | Annotation information. |
| pred_instances | [`PixelData`](#pixeldata) | The predicted result. |
| seg_logits | [`PixelData`](#pixeldata) | The logits of predicted result. |
Copy link
Collaborator

@MeowZheng MeowZheng Oct 28, 2022

Choose a reason for hiding this comment

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

Suggested change
| seg_logits | [`PixelData`](#pixeldata) | The logits of predicted result. |
| seg_logits | [`PixelData`](#pixeldata) | The model output before normalized. |

@MeowZheng MeowZheng merged commit a1f011d into open-mmlab:dev-1.x Oct 28, 2022
MeowZheng added a commit to MeowZheng/mmsegmentation that referenced this pull request Nov 1, 2022
* [WIP][Doc] Add Data Structures and Elements

* fix

* add

* fix

* add chinses doc

* refactor

* fix

* fix typo

* fix

* fix

* fix typo

* Update docs/en/advanced_guides/structures.md

* Update docs/en/advanced_guides/structures.md

Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
@MeowZheng MeowZheng added 1.x Related issue of 1.x version Doc labels Nov 1, 2022
@MengzhangLI MengzhangLI deleted the structures_doc branch November 22, 2022 15:24
aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this pull request Mar 27, 2023
nahidnazifi87 pushed a commit to nahidnazifi87/mmsegmentation_playground that referenced this pull request Apr 5, 2024
* [WIP][Doc] Add Data Structures and Elements

* fix

* add

* fix

* add chinses doc

* refactor

* fix

* fix typo

* fix

* fix

* fix typo

* Update docs/en/advanced_guides/structures.md

* Update docs/en/advanced_guides/structures.md

Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
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 Doc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants