- Jun 02, 2022
-
-
zhengmiao authored
-
- May 31, 2022
-
-
zhengmiao authored
[Refactor] Refactor Dataset and its Transform Config files See merge request openmmlab-enterprise/openmmlab-ce/mmsegmentation!18
-
limengzhang.vendor authored
-
zhengmiao authored
[Fix] add default scope for pipelien See merge request openmmlab-enterprise/openmmlab-ce/mmsegmentation!21
-
MeowZheng authored
-
- May 28, 2022
-
-
zhengmiao authored
[Enhancement] Revise RandomCrop See merge request openmmlab-enterprise/openmmlab-ce/mmsegmentation!20
-
- May 27, 2022
- May 26, 2022
-
-
zhengmiao authored
[Refactory] Dataset refactory See merge request openmmlab-enterprise/openmmlab-ce/mmsegmentation!15
-
zhengmiao authored
-
zhengmiao authored
[Refactor] Add PackSegInputs and some Transforms See merge request openmmlab-enterprise/openmmlab-ce/mmsegmentation!10
-
limengzhang.vendor authored
-
- May 25, 2022
-
-
zhengmiao authored
[Refactor] Refactor RandomCrop and PhotoMetricDistortion See merge request openmmlab-enterprise/openmmlab-ce/mmsegmentation!5
-
linfangjian.vendor authored
-
- May 16, 2022
-
-
zhengmiao authored
[Refactor] Add SegDataSample See merge request openmmlab-enterprise/openmmlab-ce/mmsegmentation!9
-
limengzhang.vendor authored
-
- May 10, 2022
-
-
zhengmiao authored
[Refactor] Refactor all registries See merge request openmmlab-enterprise/openmmlab-ce/mmsegmentation!3
-
linfangjian.vendor authored
-
- May 09, 2022
-
-
zhengmiao authored
[Refactory] Clean UTs See merge request openmmlab-enterprise/openmmlab-ce/mmsegmentation!2
-
zhengmiao authored
-
linfangjian01 authored
-
- May 06, 2022
-
-
Miao Zheng authored
* [WIP] Data configuration * [Doc] Add data configuration * version info * grammar * typo * typo * format * fix based on comments * grammar * comments
-
- May 05, 2022
-
-
MengzhangLI authored
-
Miao Zheng authored
* [Enhancement] Delete DS_Store file * [Enhancement] Fix the build_segmentor
-
- May 04, 2022
-
-
Miao Zheng authored
* [Enhancement] Delete DS_Store file * [Enhancement] Delete DS_Store file
-
- May 03, 2022
-
-
Miao Zheng authored
-
- May 01, 2022
-
-
MengzhangLI authored
* Bump version to v0.24.1 * version.py * changelog.md
-
Miao Zheng authored
* fix docstring * fix ut for optimizer cosntructor
-
Sebastian authored
* Replace Arxiv with ICCV bibtex entry * Update configs/segmenter/README.md Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn> Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn>
-
FangjianLin authored
-
- Apr 29, 2022
-
-
Miao Zheng authored
* [WIP] Bump version to v0.24.0 * changelog * Update docs/en/changelog.md Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn> * Update docs/en/changelog.md Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn> * Update docs/en/changelog.md Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn> * Update docs/en/changelog.md Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn> * Update docs/en/changelog.md Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn> * Update docs/en/changelog.md Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn> * words * typo Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn>
-
wangbin authored
* [Fix] Fix the bug in binary_cross_entropy Fix the bug in binary_cross_entropy 'label.max() <= 1' should mask out ignore_index, since the ignore_index often set as 255. * [Fix] Fix the bug in binary_cross_entropy, add comments As the ignore_index often set as 255, so the binary class label check should mask out ignore_index. Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> * [Fix] Fix the bug in binary_cross_entropy As the ignore_index often set as 255, so the binary class label check should mask out ignore_index. Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> Co-authored-by:
MeowZheng <meowzheng@outlook.com>
-
Miao Zheng authored
-
MengzhangLI authored
* [Doc] Add more clearly statement of CPU training/inference * Update docs/en/inference.md Co-authored-by:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
-
Miao Zheng authored
* [Fix] Fix system dependencies in CI * del pt1.5 * add gpg keys * add pt1.5
-
- Apr 28, 2022
-
-
MengzhangLI authored
-
Miao Zheng authored
-
- Apr 27, 2022
-
-
Yuan Liu authored
* [Fix]: Fix lint * [WIP]: Add mae seg config * [Feature]: Add MAE seg * [Fix]: Fix mae dataset img scale bug * [Fix]: Fix lint * [Feature]: Change mae config to mae_segmentation's config * [Feature]: Add interpolate pe when loading * [Fix]: Fix pos_embed not used bug * [Fix]: Fix lint * [Fix]: Init rel pos embed with zeros * [Fix]: Fix lint * [Fix]: Change the type name of backbone to MAE * [Fix]: Delete ade20k_512x512.py * [Fix]: Use mmseg provided ade20k.py * [Fix]: Change 1 sample per gpu to 2 samples per gpu * [Fix]: Fix conflict * [Refactor]: Use the TransformerEncoderLayer of BEiT * [Feature]: Add UT * [Fix]: Change the default value of qv bias to False * [Fix]: Initialize relative pos table with zeros * [Fix]: Delete redundant code in mae * [Fix]: Fix lint * [Fix]: Rename qkv_bias to qv_bias * [Fix]: Add docstring to weight_init of MAEAttention * [Refactor]: Delete qv_bias param * [Fix]: Add reference to fix_init_weight * [Fix]: Fix lint * [Fix]: Delete extra crop size * [Refactor]: Rename mae * [Fix]: Set bias to True * [Fix]: Delete redundant params * [Fix]: Fix lint * [Fix]: Fix UT * [Fix]: Add resize abs pos embed * [Fix]: Fix UT * [Refactor]: Use build layer * [Fix]: Add licsense and fix docstring * [Fix]: Fix docstring * [Feature]: Add README metafile * [Fix]: Change 640 to 512 * [Fix]: Fix README * fix readme of MAE Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn>
-
Yuan Liu authored
* [Fix]: Fix lint * [WIP]: Add mae seg config * [Feature]: Add MAE seg * [Fix]: Fix mae dataset img scale bug * [Fix]: Fix lint * [Feature]: Change mae config to mae_segmentation's config * [Feature]: Add interpolate pe when loading * [Fix]: Fix pos_embed not used bug * [Fix]: Fix lint * [Fix]: Init rel pos embed with zeros * [Fix]: Fix lint * [Fix]: Change the type name of backbone to MAE * [Fix]: Delete ade20k_512x512.py * [Fix]: Use mmseg provided ade20k.py * [Fix]: Change 1 sample per gpu to 2 samples per gpu * [Fix]: Fix conflict * [Refactor]: Use the TransformerEncoderLayer of BEiT * [Feature]: Add UT * [Fix]: Change the default value of qv bias to False * [Fix]: Initialize relative pos table with zeros * [Fix]: Delete redundant code in mae * [Fix]: Fix lint * [Fix]: Rename qkv_bias to qv_bias * [Fix]: Add docstring to weight_init of MAEAttention * [Refactor]: Delete qv_bias param * [Fix]: Add reference to fix_init_weight * [Fix]: Fix lint * [Fix]: Delete extra crop size * [Refactor]: Rename mae * [Fix]: Set bias to True * [Fix]: Delete redundant params * [Fix]: Fix lint * [Fix]: Fix UT * [Fix]: Add resize abs pos embed * [Fix]: Fix UT * [Refactor]: Use build layer * [Fix]: Add licsense and fix docstring * [Fix]: Fix docstring * [Feature]: Add README metafile * [Fix]: Change 640 to 512 * [Fix]: Fix README * fix readme of MAE Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn>
-