- Dec 24, 2021
-
-
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
-
- Dec 14, 2021
-
-
MengzhangLI authored
* bump version 0.20.1 * bump version 0.20.1
-
MengzhangLI authored
-
MengzhangLI authored
-
Rockey authored
* [Feature] Change option to cfg-option * add expire date and fix the docs * modify docstring
-
- Dec 10, 2021
-
-
MengzhangLI authored
* change version to v0.20.0 * change version to v0.20.0 * change version to v0.20.0
-
MengzhangLI authored
* refactor stdc code * update key * fix backbone inference * remove comments * fixing errors * fixing version conflict * fux typo * use STDCHead * upload models&logs * adding model converters script and fix unittest * fix error * fix error * fix error * delete redundant keys in config * fix errors in configs and unittest * fix errors in configs and unittest * fix errors in configs and unittest * change Memory name * refactor stdc2mmseg * change name to STDC * refactor stdc * refactor stdc * stdc refactor * stdc refactor * stdc refactor * stdc refactor * stdc refactor * stdc refactor * refactor stdc * stdc refactor Co-authored-by:
xiexinch <xinchen.xie@qq.com>
-
MengzhangLI authored
* change readthedocs * change readthedocs * change readthedocs
-
- Dec 09, 2021
-
-
Lxinyang authored
* debug * debug * debug * this is a debug step, and needs to be recovered * need recover * git * debug * git * git * git * git * git * git * debug need recover * debug * git * debug * debug * debug * debug * debug * debug * debug * debug * debugf * debug * debug * debug * debug * debug * debug * debug * debug * git * git * git * use config small/base/large * debug * debug * git * debug * git * debug * debug * debug args * debug * debug * git * git * debug * git * git * git * git * git * debug * debug * git * debug * git * debug * debug * debug * debug * git * debug * git * git * debug * debug * git * git * git * git * debug * debug * debug * debug * git * debug * debug * git * git * debug * debug * git * debug * debug * debug * git * debug * debug * debug * Please enter the commit message for your changes. Lines starting * git * git * debug * debug * debug * git * git * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * git * debug * debug * debug * debug * debug * debug * debug * git * fix pre-commit error * fix error * git * git * git * git * git * git * debug * debug * debug * debug * debug * debug * git * debug * debug * debug * debug * debug * debug * debug * debug * debug * git * git * git * debug * debug * debug * git * git * git * git * git * git * git * git * git * debug * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * fix unittest error * fix config errors * fix twins2mmseg bug * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * git * fix init_weights() in twins.py * git * git * git * git * fix comment * fix comment * fix comment * fix comment * fix unit test coverage in TwinsPR * Add Twins README * Add Twins README * twins refactor * twins refactor * delete init_cfg in FFN * delete init_cfg in FFN * Update mmseg/models/backbones/twins.py * Update mmseg/models/backbones/twins.py * Update mmseg/models/backbones/twins.py Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn> * Update mmseg/models/backbones/twins.py * add conference name Co-authored-by:
linxinyang <linxinyang@meituan.com> Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn> Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn>
-
MengzhangLI authored
-
MengzhangLI authored
-
Junjun2016 authored
* fix symlink failure on Windows * fix develop mode on windows
-
Rockey authored
* [Fix] Fix the bug that mit cannot process init_cfg * fix error
-
irvingzhang0512 authored
* First commit for video demo * fix lint * update * fix * add wget in shell
-
Rockey authored
* [Fix] Remove the inplace operation in uper_head * remove the inplace operation in fpn neck * fix conflict * increase the coverage
-
- Dec 08, 2021
-
-
Han Zhang authored
* [#1034] fix dist training infinite waiting issue * print log_vars keys in assertion msg * linting issue
-
- Dec 07, 2021
-
-
MengzhangLI authored
* fix mmhuman3d readme * fix mmhuman3d readme
-
- Dec 06, 2021
-
-
Zhaolun Zou authored
* Fix test error when using --show-dir * Move show before test Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com>
-
KangBK0120 authored
-
Junjun2016 authored
* fix wrong trunc_normal_init usage * fix mit init weights * fix vit init weights * fix mit init weights * fix typo * fix swin init weights
-
- Dec 03, 2021
-
-
Rockey authored
* [Feature] add setr cityscapes benchmark * change pretrain * Update configs/_base_/datasets/cityscapes_768x768.py Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn> * remove redundant keys * remove redundant keys * fix lint error * update readme * update pretrain Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn>
-
Rockey authored
* [Feature] add focal loss * fix the bug of 'non' reduction type * refine the implementation * add class_weight and ignore_index; support different alpha values for different classes * fixed some bugs * fix bugs * add comments * modify test * Update mmseg/models/losses/focal_loss.py Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn> * update test_focal_loss.py * modified the implementation * Update mmseg/models/losses/focal_loss.py Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com> * update focal_loss.py Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn> Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com>
-
MengzhangLI authored
-
- Dec 02, 2021
-
-
MengzhangLI authored
* first commit * Fixing Unittest Error * first refactory of ERFNet * Refactorying NonBottleneck1d Module * uploading models&logs * uploading models&logs * fix partial bugs & typos * ERFNet * add ERFNet with FCNHead * fix typos of ERFNet * add name on README.md cover * chane name to T-ITS'2017 * fix lint error
-
- Dec 01, 2021
-
-
MengzhangLI authored
-
MengzhangLI authored
-
- Nov 30, 2021
-
-
MengzhangLI authored
-
MengzhangLI authored
-
Kyungmin Lee authored
* Fix typo in usage example * [Feature] Add CutOut transform * CutOut repr covered by unittests * Cutout ignore index, test * ignore_index -> seg_fill_in, defualt is None * seg_fill_in is added to repr * test is modified for seg_fill_in is None * seg_fill_in (int), 0-255 * add seg_fill_in test * doc string for seg_fill_in * rename CutOut to RandomCutOut, add prob * Add unittest when cutout is False
-
MengzhangLI authored
* add abstract and main figure * add abstract and main figure
-
MengzhangLI authored
* uploading circle-ci * uploading circle-ci * uploading circle-ci * correct circleci folder * change mmsegmentation to mmseg in config.yml * adding timm package in circleci * adding timm package in circleci * fix original lint error
-
- Nov 29, 2021
-
-
del-zhenwu authored
* Skip CI on ignoring given paths Signed-off-by:
del-zhenwu <dele.zhenwu@gmail.com> * Fix ignoring path with using Signed-off-by:
del-zhenwu <dele.zhenwu@gmail.com>
-
- Nov 26, 2021
-
-
Ebby authored
Fix error in the chinese get_started file 完成的安装脚本 ==> 完整的安装脚本
-