- Feb 09, 2022
-
-
MengzhangLI authored
* Bump v0.21.1 * add improvements in changelog * add improvements in changelog * fix cn readme * change changelog
-
Jerry Jiarui XU authored
* [Improve] Add exception for PointRend for support CPU-only usage * fixed linting
-
Jerry Jiarui XU authored
* [Improve] Use MMCV load_state_dict func in ViT/Swin * use CheckpointLoader instead
-
- Feb 08, 2022
-
-
MengzhangLI authored
-
MengzhangLI authored
-
- Feb 07, 2022
-
-
Range King authored
1. Fix img path typo in `useful_tools.md`, `zh_cn/model_zoo.md`, and `zh_cn/train.md` 2. Add missing content in `zh_cn/useful_tools.md` to to match `en/useful_tools.md`
-
- Jan 29, 2022
-
-
MengzhangLI authored
* change version to v0.21.0 * change version to v0.21.0 * change version to v0.21.0 * change version to v0.21.0
-
- Jan 28, 2022
-
-
MengzhangLI authored
* [Enhance] New-style CPU training and inference. * assert mmcv version * SyncBN to BN in training and testing * SyncBN to BN in training and testing * upload untracked files to this branch * delete gpu_ids * fix bugs * assert args.gpu_id in train.py * use cfg.gpu_ids = [args.gpu_id] * use cfg.gpu_ids = [args.gpu_id] * fix typo * fix typo * fix typos
-
MengzhangLI authored
-
MengzhangLI authored
* Fix bug in non-distributed training * Fix bug in non-distributed testing * delete uncomment lines * add args.gpus
-
- Jan 27, 2022
-
-
MengzhangLI authored
-
- Jan 26, 2022
-
-
rstrudel authored
* segmenter: add model * update * readme: update * config: update * segmenter: update readme * segmenter: update * segmenter: update * segmenter: update * configs: set checkpoint path to pretrain folder * segmenter: modify vit-s/lin, remove data config * rreadme: update * configs: transfer from _base_ to segmenter * configs: add 8x1 suffix * configs: remove redundant lines * configs: cleanup * first attempt * swipe CI error * Update mmseg/models/decode_heads/__init__.py Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn> * segmenter_linear: use fcn backbone * segmenter_mask: update * models: add segmenter vit * decoders: yapf+remove unused imports * apply precommit * segmenter/linear_head: fix * segmenter/linear_header: fix * segmenter: fix mask transformer * fix error * segmenter/mask_head: use trunc_normal init * refactor segmenter head * Fetch upstream (#1) * [Feature] Change options to cfg-option (#1129) * [Feature] Change option to cfg-option * add expire date and fix the docs * modify docstring * [Fix] Add <!-- [ABSTRACT] --> in metafile #1127 * [Fix] Fix correct num_classes of HRNet in LoveDA dataset #1136 * Bump to v0.20.1 (#1138) * bump version 0.20.1 * bump version 0.20.1 * [Fix] revise --option to --options #1140 Co-authored-by:
Rockey <41846794+RockeyCoss@users.noreply.github.com> Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn> * decode_head: switch from linear to fcn * fix init list formatting * configs: remove variants, keep only vit-s on ade * align inference metric of vit-s-mask * configs: add vit t/b/l * Update mmseg/models/decode_heads/segmenter_mask_head.py Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * Update mmseg/models/decode_heads/segmenter_mask_head.py Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * Update mmseg/models/decode_heads/segmenter_mask_head.py Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * Update mmseg/models/decode_heads/segmenter_mask_head.py Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * Update mmseg/models/decode_heads/segmenter_mask_head.py Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * model_converters: use torch instead of einops * setup: remove einops * segmenter_mask: fix missing imports * add necessary imported init funtion * segmenter/seg-l: set resolution to 640 * segmenter/seg-l: fix test size * fix vitjax2mmseg * add README and unittest * fix unittest * add docstring * refactor config and add pretrained link * fix typo * add paper name in readme * change segmenter config names * fix typo in readme * fix typos in readme * fix segmenter typo * fix segmenter typo * delete redundant comma in config files * delete redundant comma in config files * fix convert script * update lateset master version Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn> Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn> Co-authored-by:
Rockey <41846794+RockeyCoss@users.noreply.github.com> Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
-
- Jan 25, 2022
-
-
MengzhangLI authored
* fix README.md in configs * fix README.md in configs * modify [ALGORITHM] to [BACKBONE] in backbone config README.md
-
- Jan 24, 2022
-
-
Rockey authored
* [Docs] Add MultiImageMixDataset tutorial * modify to randommosaic * fix markdown
-
- Jan 23, 2022
-
-
MengzhangLI authored
* add vaihingen in readme * add vaihingen in readme * add vaihingen in readme
-
- Jan 22, 2022
-
-
MengzhangLI authored
* Add Vaihingen * upload models&logs of vaihingen * fix unit test * fix dataset pipeline * fix unit test coverage * fix vaihingen docstring
-
Kyungmin Lee authored
* Fix typo in usage example * original MultiImageMixDataset code in mmdet * Add MultiImageMixDataset unittests in test_dataset_wrapper * fix lint error * fix value name ann_file to ann_dir * modify retrieve_data_cfg (#1) * remove dynamic_scale & add palette * modify retrieve_data_cfg method * modify retrieve_data_cfg func * fix error * improve the unittests coverage * fix unittests error * Dataset (#2) * add cfg-options * Add unittest in test_build_dataset * add blank line * add blank line * add a blank line Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * [Fix] Add MultiImageMixDataset unittests Co-authored-by:
Younghoon-Lee <72462227+Younghoon-Lee@users.noreply.github.com> Co-authored-by:
MeowZheng <meowzheng@outlook.com> Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
-
MengzhangLI authored
* add cocostuff in class_names * add more class names
-
MengzhangLI authored
-
- Jan 18, 2022
-
-
Rockey authored
* [Feature] benchmark can add work_dir and repeat times * change the parameter's name * change the name of the log file * add skp road * add default work dir * make it optional * Update tools/benchmark.py Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * Update tools/benchmark.py Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * fix typo * modify json name Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
-
Kingdrone authored
* add isprs potsdam dataset * add isprs dataset configs * fix lint error * fix potsdam conversion bug * fix error in potsdam class * fix error in potsdam class * add vaihingen dataset * add vaihingen dataset * add vaihingen dataset * fix some description errors. * fix some description errors. * fix some description errors. * upload models & logs of Potsdam * remove vaihingen and add unit test * add chinese readme * add pseudodataset * use mmcv and add class_names * use f-string * add new dataset unittest * add docstring and remove global variables args * fix metafile error in PSPNet * fix pretrained value * Add dataset info * fix typo Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn>
-
Echo-minn authored
* Update README.md Update README to add OpenMMLab website and platform link * Update README_zh-CN.md Update README_zh-CN to add website and platform link in chinese
-
- Jan 17, 2022
-
-
BeaverCC authored
* fix stdc1 download link * fix stdc1 download link
-
- Jan 14, 2022
-
-
Rockey authored
* [Feature] add log collector * Update .dev/log_collector/readme.md Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * Update .dev/log_collector/example_config.py Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * fix typo and so on * modify readme * fix some bugs and revise the readme.md * more elegant * Update .dev/log_collector/readme.md Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn> Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn>
-
- Jan 13, 2022
-
-
MengzhangLI authored
-
- Jan 11, 2022
-
-
Kyungmin Lee authored
* Fix typo in usage example * original MultiImageMixDataset code in mmdet * Add MultiImageMixDataset unittests in test_dataset_wrapper * fix lint error * fix value name ann_file to ann_dir * modify retrieve_data_cfg (#1) * remove dynamic_scale & add palette * modify retrieve_data_cfg method * modify retrieve_data_cfg func * fix error * improve the unittests coverage * fix unittests error * Dataset (#2) * add cfg-options * Add unittest in test_build_dataset * add blank line * add blank line * add a blank line Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> Co-authored-by:
Younghoon-Lee <72462227+Younghoon-Lee@users.noreply.github.com> Co-authored-by:
MeowZheng <meowzheng@outlook.com> Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
-
Kyungmin Lee authored
* Fix typo in usage example * original mosaic code in mmdet * Adjust mosaic to the semantic segmentation * Remove bbox test in test_mosaic * Add unittests * Fix resize mode for seg_fields * Fix repr error * modify Mosaic docs * modify from Mosaic to RandomMosaic * Add docstring * modify Mosaic docstring * [Docs] Add a blank line before Returns: * add blank lines Co-authored-by:
MeowZheng <meowzheng@outlook.com>
-
MengzhangLI authored
-
Rockey authored
* [Feature] add auto resume * Update mmseg/utils/find_latest_checkpoint.py Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * Update mmseg/utils/find_latest_checkpoint.py Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * modify docstring * Update mmseg/utils/find_latest_checkpoint.py Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * add copyright Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
-
- Jan 10, 2022
-
-
MengzhangLI authored
-
- Dec 30, 2021
-
-
MengzhangLI authored
-
- Dec 24, 2021
-
-
MengzhangLI authored
-
MengzhangLI authored
-
- Dec 23, 2021
-
-
MengzhangLI authored
* upload models and new configs * fix hrf readme error * fix hrf readme error * add mDice of old models * refactor configs
-
Rockey authored
* add segformer cityscapes' benchmark * Update configs/segformer/README.md Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn> Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn>
-
jbwang1997 authored
* Fix colors * fix comments * Add comments * Add comments. Add random seed in datasets
-
- Dec 20, 2021
-
-
Junjun2016 authored
-
- Dec 16, 2021
-
-
MengzhangLI authored
* merge docs/ and docs_zh-CN/ * merge docs/ and docs_zh-CN/ * merge docs/ and docs_zh-CN/ * merge docs/ and docs_zh-CN/ * fix launch utility url * fix launch utility url * fix wrong pytorch doc url * remove wrong links docs//
-
- Dec 15, 2021
-
-
MengzhangLI authored
-
Rockey authored
-