mmsegmentation/tests/test_models/test_backbones
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
..
__init__.py [Fix] Fix repo based on refactoring standard (#1869) 2022-08-19 20:50:02 +08:00
test_beit.py [Feature] Add BEiT backbone (#1404) 2022-03-30 15:25:10 +08:00
test_bisenetv1.py
test_bisenetv2.py
test_blocks.py [Fix]Remove modules from mmcv.runner and mmcv.utils (#1966) 2022-08-25 15:15:21 +08:00
test_cgnet.py
test_erfnet.py [Feature] Support Real-time model ERFNet (#960) 2021-12-01 23:54:39 -08:00
test_fast_scnn.py
test_hrnet.py [Fix]Remove modules from mmcv.runner and mmcv.utils (#1966) 2022-08-25 15:15:21 +08:00
test_icnet.py
test_mae.py [Feature]: Add MAE (#1307) 2022-04-28 00:54:20 +08:00
test_mit.py [Feature] Add with cp to mit and vit (#1431) 2022-04-01 21:01:45 +08:00
test_mobilenet_v3.py
test_resnest.py
test_resnet.py [Fix]Remove modules from mmcv.runner and mmcv.utils (#1966) 2022-08-25 15:15:21 +08:00
test_resnext.py
test_stdc.py [Feature] Support STDC Network (new) (#995) 2021-12-10 23:09:32 +08:00
test_swin.py [Enhancement] Revise pre-commit-hooks (#1315) 2022-02-23 23:44:27 +08:00
test_timm_backbone.py [Feature] Support TIMMBackbone (#998) 2021-11-02 12:51:11 +08:00
test_twins.py [Enhancement] Revise pre-commit-hooks (#1315) 2022-02-23 23:44:27 +08:00
test_unet.py [Refactor] data flow (#1956) 2022-08-26 15:54:23 +08:00
test_vit.py [Feature] Add with cp to mit and vit (#1431) 2022-04-01 21:01:45 +08:00
utils.py