mmsegmentation/tests
谢昕辰 5245edb0a0 add configs for vit backbone plus decode_heads (#520)
* add config

* add cityscapes config

* add default value to docstring

* fix lint

* add deit-s and deit-b

* add readme

* add eps at norm_cfg

* add drop_path_rate experiment

* add deit case at init_weight

* add upernet result

* update result and add upernet 160k config

* update upernet result and fix settings

* Update iters number

* update result and delete some configs

* fix import error

* fix drop_path_rate

* update result and restore config

* update benchmark result

* remove cityscapes exp

* remove neck

* neck exp

* add more configs

* fix init error

* fix ffn setting

* update result

* update results

* update result

* update results and fill table

* delete or rename configs

* fix link delimiter

* rename configs and fix link

* rename neck to mln
2021-07-01 23:00:39 +08:00
..
data init commit 2020-07-10 02:39:01 +08:00
test_data add metric mFscore (#509) 2021-04-30 11:34:57 -07:00
test_models add configs for vit backbone plus decode_heads (#520) 2021-07-01 23:00:39 +08:00
__init__.py refactor test organization (#440) 2021-03-30 17:55:09 -07:00
test_config.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
test_eval_hook.py Bump to v0.13 (#529) 2021-05-05 16:56:19 -07:00
test_inference.py Bugfix: num of augmentations and image meta not match when run TTA on CPU (#276) 2020-12-13 23:51:42 -08:00
test_metrics.py add metric mFscore (#509) 2021-04-30 11:34:57 -07:00
test_sampler.py Generalized OHEM (#54) 2020-08-09 23:49:23 +08:00