xiexinch
68e3b25560
use mmcv.RandomChoiceResize as entry
2022-11-24 14:55:25 +08:00
xiexinch
721f4d01f3
add ut
2022-11-23 15:15:38 +08:00
xiexinch
8fed7f543f
add data_preprocessor ut
2022-11-17 11:10:40 +08:00
Miao Zheng
b21df463d4
[Feature] LIP dataset ( #2187 )
...
* [WIP] LIP dataset
* wip
* keep473
* lip dataset prepare
* add ut and test data
2022-10-31 20:47:52 +08:00
Miao Zheng
3d8fd35e26
[Feature]Add Decathlon dataset ( #2227 )
...
* [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
2022-10-26 20:10:42 +08:00
Miao Zheng
ac9ee8c355
[Feature]Generate Edge for dataset ( #2210 )
...
* [WIP]Generate Edge for dataset
* add ut
* add repr
* add inti
2022-10-20 16:45:31 +08:00
MengzhangLI
25604a151b
[Feature] Support PoolFormer in MMSegmentation 2.0 ( #2191 )
...
* [Feature] 2.0 PoolFormer
* fix mmcls version
* fix ut error
* fix ut
* fix ut
2022-10-19 13:08:07 +08:00
Miao Zheng
20c7dc689c
[Feature] Add BioMedical data loading ( #2176 )
...
* [WIP] Add BioMedical data loading
* add depends nibabel
* fix bug
* fix ut
* fix
* add test data
* xyz2zyx zyx2xyz
* format
* remove ignore empty
* remove ignore empty
* remove with seg in LoadBiomedicalAnnotation
* float32
* docstring
* toxyz
* docstring
2022-10-18 16:30:08 +08:00
MengzhangLI
f3cd44bebf
[Fix] Fix ResizeToMultiple transform in MMSeg 1.x ( #2185 )
2022-10-14 15:37:35 +08:00
谢昕辰
8b392946bb
[Doc] Add evaluation doc ( #2077 )
...
* introduction
* add evaluator doc and fix typo
* fix ut
* add test dataflow
* add runner reference
* add dataloader config
* fix typo
* minor change
2022-10-13 14:55:04 +08:00
谢昕辰
b3b7629d38
[Fix] Fix binary segmentation ( #2101 )
...
* add out_channels
* fix forward
* add decode_head ut
* add segmentor ut
* refine postprocess
* fix
2022-09-27 16:49:38 +08:00
Miao Zheng
2a183283f5
[Enhancement]Add `out_file` in add_datasample to directly save image ( #2090 )
...
* [Enhancement]Add `out_file` in add_datasample to for save vis image directly
* comments
* ut
2022-09-20 15:23:13 +08:00
谢昕辰
230246f557
[Refactor] Add pyupgrade pre-commit hook ( #2078 )
...
* add pyupgrade hook
* run pyupgrade precommit hook
2022-09-19 14:06:29 +08:00
MengzhangLI
8ce7055d1a
[Fix] Fix mmengine dump of tversky ut in dev-1.x ( #2001 )
2022-08-31 12:01:55 +08:00
MengzhangLI
ee7f340dff
[Feature] Support Tversky Loss in dev-1.x branch ( #2000 )
2022-08-31 10:58:21 +08:00
Miao Zheng
032ad84375
[Fix] Config name in ut ( #1978 )
...
* [Fix] Config name in ut
* lint
2022-08-26 21:20:26 +08:00
Miao Zheng
8de0050f25
[Refactor] data flow ( #1956 )
...
* [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
2022-08-26 15:54:23 +08:00
Miao Zheng
50546da85c
[Fix]Remove modules from mmcv.runner and mmcv.utils ( #1966 )
...
* [WIP] mmcv-clean
* [WIP]Remove modules from mmcv.runner and mmcv.utils
* wip
* fix import mmengine
* remove ut
* loadcheckpoint in mae
2022-08-25 15:15:21 +08:00
Miao Zheng
e0499d5a77
[Fix] Fix repo based on refactoring standard ( #1869 )
...
* [Fix] Fix repo based on refactory standard
* fix ut
2022-08-19 20:50:02 +08:00
谢昕辰
167f94a70b
rename data to structures ( #1854 )
2022-08-19 20:50:02 +08:00
MengzhangLI
ecab73a892
[Feature] Add P1 DataTransform ( #1843 )
...
* [Feature] Add P1 DataTransform
* fix unit test error
* fix @cache_randomness location
2022-08-19 20:50:01 +08:00
Miao Zheng
76c5ce1396
[Fix] Fix after iter `SegVisualizationHook` ( #1908 )
...
* [Fix] Fix after iter `SegVisualizationHook`
* ut
2022-08-10 21:02:09 +08:00
Miao Zheng
85ef7b905a
[Fix] Fix LoacalVisualizer UT ( #1851 )
2022-08-01 19:53:13 +08:00
MengzhangLI
1479d0a87b
[Fix] Add skip op if NO CUDA in local visualizer ( #1850 )
2022-08-01 18:15:58 +08:00
MengzhangLI
7369d50049
[Fix] Fix SegLocalVisualizer gt_sem_seg cuda tensor error ( #1845 )
...
* [Fix] Fix SegLocalVisualizer gt_sem_seg cuda tensor error
* fix ut error and add config visualizer dict
* fix ut error
2022-08-01 15:03:01 +08:00
谢昕辰
5d9650838e
[Fix] Fix demo scripts ( #1815 )
...
* [Feature] Add SegVisualizer
* change name to visualizer_example
* fix inference api
* fix video demo and refine inference api
* fix
* mmseg compose
* set default device to cuda:0
* fix import
* update dir
* rm engine/visualizer ut
* refine inference api and docs
* rename
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
2022-07-29 18:37:20 +08:00
MengzhangLI
3bbdd6dc4a
[Fix] Fix unit test image file path error ( #1835 )
2022-07-28 16:30:29 +08:00
MengzhangLI
6873f9ece8
[Feature] Add SegVisualizer ( #1792 )
...
* [Feature] Add SegVisualizer
* change name to visualizer_example
* fix typo
* refactor folder structure
2022-07-27 16:28:09 +08:00
MengzhangLI
6758b148b3
[Fix] Fix DATASETS not imported error ( #1827 )
2022-07-26 14:46:59 +08:00
MengzhangLI
3cf2bbda2a
[Fix] Change CustomDataset to BaseSegDataset ( #1791 )
2022-07-26 12:01:40 +08:00
谢昕辰
ba4d1d62aa
[Feature] Add LoadImageFromNdArray pipeline ( #1810 )
...
* add load image from ndarray pipeline
* fix import
2022-07-22 19:40:00 +08:00
Miao Zheng
4de57b49c5
[Fix] Fix register_all_modules and imports ( #1793 )
...
* [Fix] Fix register_all_modules and imports
* fix transforms import
2022-07-21 22:44:42 +08:00
zhengmiao
4b76f277a6
[Refactory] MMSegmentation Content
2022-07-15 15:47:29 +00:00
zhengmiao
89d6f89dfc
Merge branch 'linfangjian/refactor_citysmetric' into 'refactor_dev'
...
[Refactor] Refactor cityscapes metrics
See merge request openmmlab-enterprise/openmmlab-ce/mmsegmentation!46
2022-06-28 03:21:33 +00:00
linfangjian.vendor
6053345b3d
[Refactor] Refactor cityscapes metrics
2022-06-28 03:21:33 +00:00
limengzhang.vendor
f2bac79f03
[Refactor] Refactor DatasetWrapper
2022-06-27 14:36:18 +00:00
zhengmiao
b23982d1b3
[Refactory] Refactory BaseSegmentor based BaseModel
2022-06-19 06:32:09 +00:00
linfangjian.vendor
6ca42737b6
[Fix] Fix pred
2022-06-14 02:53:46 +00:00
limengzhang.vendor
11493c4851
[Fix] Fix no LoadAnnotations in testpipeline
2022-06-13 05:33:34 +00:00
linfangjian.vendor
dd9c411335
[Refactor] Refactor decode_head and segmentors and add preprocess_cfg
2022-06-10 14:02:40 +00:00
zhengmiao
f59ef99b00
[Fix]Add label_map and reduce_zero_label in metainfo of dataset and deprecate reduce_zero_label in load annotation
2022-06-09 12:23:36 +00:00
linfangjian.vendor
593229eb16
[Refactor] Refactor IoU metrics
2022-06-02 14:15:28 +00:00
zhengmiao
478da81c8b
[Fix] Optimizer-> OptimWrapper
2022-06-02 05:19:36 +00:00
limengzhang.vendor
5b9c29f992
[Refactor] Refactor Dataset and its Transform Config files
2022-05-31 14:28:42 +00:00
MeowZheng
fcb948295c
[Enhancement] Revise RandomCrop
2022-05-27 21:52:49 +08:00
MeowZheng
1ad7bdcb5a
[Feature] Add default scope and register modules
2022-05-27 20:57:38 +08:00
zhengmiao
1af338e496
[Refactory] Dataset refactory
2022-05-26 09:13:40 +00:00
limengzhang.vendor
baaf9a4742
[Refactor] Add PackSegInputs and some Transforms
2022-05-26 03:06:02 +00:00
linfangjian.vendor
f6d3291064
[Refactor] Refactor RandomCrop and PhotoMetricDistortion
2022-05-25 01:58:37 +00:00
limengzhang.vendor
30d75b75eb
[Refactor] Add SegDataSample
2022-05-16 11:31:46 +00:00