- Feb 27, 2023
-
-
jinxianwei authored
## Motivation browse_dataset before training ## Modification create tools/analysis_tools/browse_dataset.py
-
- Feb 23, 2023
-
-
谢昕辰 authored
## Motivation The registry now supports auto-import modules from the given location. register_all_modules before running is no longer needed. The modules will be lazy-imported during building. - [x] This PR can be merged after https://github.com/open-mmlab/mmengine/pull/643. The MMEngine version should be updated. Ref: https://github.com/open-mmlab/mmdetection/pull/9143
-
- Feb 03, 2023
-
-
Andrew Lau authored
## Motivation Add REFUGE datasets Old PR: https://github.com/open-mmlab/mmsegmentation/pull/2420 --------- Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn>
-
- Jan 06, 2023
-
-
王永韬 authored
## Motivation Add Synapse dataset in MMSegmentation. Old PR: https://github.com/open-mmlab/mmsegmentation/pull/2372.
-
- Dec 30, 2022
-
-
谢昕辰 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
-
- Sep 19, 2022
-
-
谢昕辰 authored
* add pyupgrade hook * run pyupgrade precommit hook
-
- Sep 15, 2022
-
-
Miao Zheng authored
* [Refactor]Resume do not specify ckpt * add default false value
-
- Aug 31, 2022
-
-
Miao Zheng authored
-
Miao Zheng authored
-
- Aug 29, 2022
-
-
Miao Zheng authored
-
- Aug 26, 2022
-
-
Miao Zheng authored
* [WIP] Refactor data flow * model return * [WIP] Refactor data flow * support data_samples is optional * fix benchmark * fix base * minors * rebase * fix api * ut * fix api inference * comments * docstring * docstring * docstring * fix bug of slide inference * add assert c > 1
-
- Aug 25, 2022
-
-
Miao Zheng authored
* [WIP] mmcv-clean * [WIP]Remove modules from mmcv.runner and mmcv.utils * wip * fix import mmengine * remove ut * loadcheckpoint in mae
-
- Aug 19, 2022
-
-
谢昕辰 authored
* support custom runner * fix
-
谢昕辰 authored
-
Miao Zheng authored
* [Fix] Fix repo based on refactory standard * fix ut
-
- Jul 27, 2022
-
-
谢昕辰 authored
* replace mmcv with mmengine * remove transforms
-
MengzhangLI authored
* [Feature] Add SegVisualizer * change name to visualizer_example * fix typo * refactor folder structure
-
- Jul 21, 2022
-
-
Miao Zheng authored
* [Fix] Fix register_all_modules and imports * fix transforms import
-
- Jul 15, 2022
-
-
zhengmiao authored
-
- Jul 14, 2022
-
-
xiexinchen.vendor authored
-
xiexinch authored
-
xiexinchen.vendor authored
-
- Jul 12, 2022
-
-
xiexinch authored
-
- Jun 27, 2022
-
-
limengzhang.vendor authored
-
- Jun 19, 2022
-
-
zhengmiao authored
-
- Jun 09, 2022
-
-
linfangjian.vendor authored
-
- Apr 28, 2022
-
-
Miao Zheng authored
-
- Apr 13, 2022
-
-
Miao Zheng authored
* [Enhance] Add extra dataloader settings in configs * val default samples * val default samples * del unuse * del unused
-
- Apr 09, 2022
-
-
Pan Zhang authored
* [fix] fix image save path bug in Windows * fix lint error
-
- Apr 05, 2022
-
-
MengzhangLI authored
* fix_analyze_logs * fix comments * fix comments
-
- Mar 30, 2022
-
-
FangjianLin authored
* [Feature] Add BEiT backbone * fix * fix * fix * fix * add readme * fix * fix * fix * fix * fix * add link * fix memory * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix test_beit.py * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix
-
- Mar 21, 2022
-
-
Cody Wong authored
* add an argument for customizing `title' of the output figure * fix `color_theme' arguments not passing to plot function Signed-off-by:
code14 <mob5566@gmail.com>
-
- Mar 18, 2022
-
-
FangjianLin authored
* Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix
-
- Mar 14, 2022
-
-
wangliujun authored
* Update get_flops.py argparse.ArgumentParser(description='Get the FLOPs of a segmentor') * Update get_flops.py
-
- Mar 10, 2022
-
-
Rockey authored
-
- Mar 03, 2022
-
-
Hyeokjoon Kwon authored
* generate and plot confusion matrix * fix typo * add usage and examples for confusion matrix * deal with nan values(pick pr#7147 mmdet) * fix md format
-
- Feb 25, 2022
-
-
Miao Zheng authored
* Add deprecation message for deploy tool * deploy test
-
- Feb 23, 2022
-
-
Miao Zheng authored
-
- Feb 17, 2022
-
-
Waterman0524 authored
* support iSAID aerial dataset * Update and rename docs/dataset_prepare.md to 博士/dataset_prepare.md * Update dataset_prepare.md * fix typo * fix typo * fix typo * remove imgviz * fix wrong order in annotation name * upload models&logs * upload models&logs * add load_annotations * fix unittest coverage * fix unittest coverage * fix correct crop size in config * fix iSAID unit test * fix iSAID unit test * fix typos * fix wrong crop size in readme * use smaller figure as test data * add smaller dataset in test data * add blank in docs * use 0 bytes pseudo data * add footnote and comments for crop size * change iSAID to isaid and add default value in it * change iSAID to isaid in _base_ Co-authored-by:
MengzhangLI <mcmong@pku.edu.cn>
-
- Feb 11, 2022
-
-
Sebastian authored
-