-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Conversation
[Doc] Update transforms Doc
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
[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 <mcmong@pku.edu.cn>
* Bump 1.0.0rc2 * typo
Codecov ReportBase: 83.57% // Head: 83.33% // Decreases project coverage by
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
Flags with carried forward coverage won't be shown. Click here to find out 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. |
* [Pix2Pix] Add utility function * improve * update * Apply suggestions from code review * uP * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_pix2pix_zero.py
Merge MMSegmentation 1.x development branch dev-1.x to main branch 1.x for v1.0.0rc2
Merge MMSegmentation 1.x development branch dev-1.x to main branch 1.x for v1.0.0rc2