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

Merge MMSegmentation 1.x development branch dev-1.x to main branch 1.x for v1.0.0rc2 #2385

Merged
merged 59 commits into from
Dec 6, 2022

Conversation

MeowZheng
Copy link
Collaborator

Merge MMSegmentation 1.x development branch dev-1.x to main branch 1.x for v1.0.0rc2

MengzhangLI and others added 30 commits September 19, 2022 17:57
Add MMEval projects like in README
[Fix] fix lint and pre-commit
[Fix] Fix swin load state_dict
[Fix] Fix typo of BaseSegDataset docstring
[Enhancement] Support padding in testing
Fixe the bug in the visualization step.
[Fix] Fix ignore class id from -1 to 255 in BaseSegDataset in 1.x
MeowZheng and others added 24 commits November 22, 2022 23:07
[Fix] Fix KNet IterativeDecodeHead bug in dev-1.x branch
[Fix] Add ``data`` string in .gitignore file in dev-1.x branch
[Doc] Translate the visualization.md
[Enhance] Make scipy as a default dependency in runtime in dev-1.x
[Feature] Add ResizeShortestEdge transform
* [Enchancement] Delete mmcls in runtime.txt in dev-1.x

* fix mmcv minimal version
* add img_padding_size

* minor change

* add pad_shape to data_samples
* [Feature] Support MaskFormer(NeurIPS'2021) in MMSeg 1.x

* add mmdet try except logic

* refactor config files

* add readme

* fix config

* update models & logs

* add MMDET installation and fix info

* fix comments

* fix

* fix config norm optimizer setting

* update models & logs & unittest

* add docstring of MaskFormerHead

* wait for mmdet 3.0.0rc4

* replace seg_mask with seg_logits & add docstring for batch_input_shape

* use mmdet3.0.0rc4

* fix readme and modify config comments

* add mmdet installation in pr_stage_test.yml

* update mmcv version in pr_stage_test.yml

* add mmdet in build_cpu of pr_stage_test.yml

* modify mmdet& mmcv installation in merge_stage_test.yml

* fix typo

* update test.yml

* update test.yml
* init commits

* fix crop size

* add seg_data2instance_data method

* add ut and update requirement

* update configs and readme

* add model-indel

* update optional requirements

* fix results

* fix lint error

* update results

* update results

* remove mmdet from requirements/optional.txt

* use try import and update README

* add docstring to overwrtied method

* minor change

Co-authored-by: MengzhangLI <[email protected]>
* Bump 1.0.0rc2

* typo
@codecov
Copy link

codecov bot commented Dec 6, 2022

Codecov Report

Base: 83.57% // Head: 83.33% // Decreases project coverage by -0.23% ⚠️

Coverage data is based on head (750bb4f) compared to base (9699627).
Patch coverage: 92.02% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##              1.x    #2385      +/-   ##
==========================================
- Coverage   83.57%   83.33%   -0.24%     
==========================================
  Files         141      143       +2     
  Lines        7970     8127     +157     
  Branches     1192     1211      +19     
==========================================
+ Hits         6661     6773     +112     
- Misses       1119     1165      +46     
+ Partials      190      189       -1     
Flag Coverage Δ
unittests 83.33% <92.02%> (-0.24%) ⬇️

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

Impacted Files Coverage Δ
mmseg/datasets/__init__.py 100.00% <ø> (ø)
mmseg/datasets/transforms/__init__.py 100.00% <ø> (ø)
mmseg/models/decode_heads/decode_head.py 93.85% <ø> (ø)
mmseg/models/decode_heads/knet_head.py 14.04% <0.00%> (-0.08%) ⬇️
mmseg/models/backbones/swin.py 83.56% <50.00%> (ø)
mmseg/datasets/transforms/transforms.py 96.42% <88.88%> (-0.49%) ⬇️
mmseg/models/decode_heads/mask2former_head.py 89.65% <89.65%> (ø)
mmseg/models/decode_heads/maskformer_head.py 93.75% <93.75%> (ø)
mmseg/__init__.py 92.10% <100.00%> (ø)
mmseg/datasets/ade.py 100.00% <100.00%> (ø)
... and 24 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.

@MeowZheng MeowZheng merged commit 8a611e1 into 1.x Dec 6, 2022
aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this pull request Mar 27, 2023
* [Pix2Pix] Add utility function

* improve

* update

* Apply suggestions from code review

* uP

* Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_pix2pix_zero.py
wjkim81 pushed a commit to wjkim81/mmsegmentation that referenced this pull request Dec 3, 2023
nahidnazifi87 pushed a commit to nahidnazifi87/mmsegmentation_playground that referenced this pull request Apr 5, 2024
Merge MMSegmentation 1.x development branch dev-1.x to main branch 1.x for v1.0.0rc2
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

7 participants