- Jan 17, 2023
-
-
Vladimir Loginov authored
## Motivation Makes docstring to be consistent with actual argument name. ## Modification Minor fix ## BC-breaking (Optional) No
-
- Jan 11, 2023
-
-
Wencheng Wu authored
## Motivation The motivation of this PR is to add `gt_edge_map` field to support boundary loss. ## Modification - GenerateEdge Modify `gt_edge` field to `gt_edge_map`. - PackSegInputs Add `gt_edge_map` to data_sample. - stack_batch Pad `gt_edge_map` to max_shape. ## BC-breaking (Optional) No ## Use cases (Optional) Reference `GenerateEdge`.
-
- Jan 10, 2023
-
-
谢昕辰 authored
## Motivation Fix incorrect `img_shape` value assignment. ## Modification - mmseg/datasets/transforms/transforms.py
-
- Jan 06, 2023
-
-
王永韬 authored
## Motivation Add Synapse dataset in MMSegmentation. Old PR: https://github.com/open-mmlab/mmsegmentation/pull/2372.
-
- Jan 03, 2023
-
-
legendchilli authored
## Motivation Add the 3d pad transform for biomedical images, which follows the design of the nnUNet.
-
- Jan 02, 2023
-
-
Fivethousand authored
Add the random gamma correction transform for biomedical images, which follows the design of the nnUNet.
-
Haoyu Wang authored
## Motivation implement nnUNet-style Gaussian Noise and Blur
-
- Dec 31, 2022
-
-
Miao Zheng authored
## Motivation To release 1.0.0rc3 ## Modification 1. Modify mmseg version 2. Add change log 3. Modify README 4. Modify faq 5. Revise docker file
-
- Dec 30, 2022
-
-
Miao Zheng authored
## Motivation Calling `mmseg.utils.register_all_modules` will import `MaskFormerHead` and `Mask2FormerHead`, it will crash if mmdet is not installed as `None` cannot be initialized. ## Modification - Modify `MMDET_MaskFormerHead=BaseModule` and `MMDET_Mask2FormerHead = BaseModule` when cannot import from mmdet
-
谢昕辰 authored
* tta init * use mmcv transform * test city * add multiscale * fix merge * add softmax to post process * add ut * add tta pipeline to other datasets * remove softmax * add encoder_decoder_tta ut * add encoder_decoder_tta ut * rename * rename file * rename config * rm aug_test * move flip to post process * fix channel
-
Jin Ye authored
* [Feature] Add Biomedical 3D array random crop transform * fix lint * fix gen crop bbox * fix gen crop bbox * docstring * typo Co-authored-by:
MeowZheng <meowzheng@outlook.com>
-
- Dec 06, 2022
-
-
Miao Zheng authored
* Bump 1.0.0rc2 * typo
-
nulam authored
-
- Dec 05, 2022
-
-
Miao Zheng authored
-
谢昕辰 authored
* 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>
-
- Dec 01, 2022
-
-
MengzhangLI authored
* [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
-
谢昕辰 authored
* add img_padding_size * minor change * add pad_shape to data_samples
-
xiexinch authored
-
xiexinch authored
-
- Nov 30, 2022
-
-
MengzhangLI authored
-
- Nov 24, 2022
- Nov 23, 2022
-
-
xiexinch authored
-
- Nov 22, 2022
-
-
MengzhangLI authored
-
xiexinch authored
-
MengzhangLI authored
-
- Nov 21, 2022
-
-
MengzhangLI authored
-
- Nov 19, 2022
- Nov 18, 2022
-
-
MengzhangLI authored
-
- Nov 15, 2022
-
-
xiexinch authored
-
- Nov 10, 2022
- Nov 02, 2022
-
-
MeowZheng authored
-
- Nov 01, 2022
-
-
谢昕辰 authored
* refactor inference doc * introduce segdatasample * add vis example * fix * Update docs/en/user_guides/3_inference.md * update link Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
-
- Oct 31, 2022
-
-
Miao Zheng authored
* [WIP] LIP dataset * wip * keep473 * lip dataset prepare * add ut and test data
-
- Oct 28, 2022
-
-
MengzhangLI authored
* [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>
-
- Oct 26, 2022
-
-
Miao Zheng authored
* [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
-