mmsegmentation/tests
谢昕辰 f6246d6eaa [Fix] fix patch_embed and pos_embed mismatch error (#685)
* fix patch_embed and pos_embed mismatch error

* add docstring

* update unittest

* use downsampled image shape

* use tuple

* remove unused parameters and add doc

* fix init weights function

* revise docstring

* Update vit.py

If -> Whether

* fix lint

Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-07-19 09:27:10 -07: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 [Fix] fix patch_embed and pos_embed mismatch error (#685) 2021-07-19 09:27:10 -07: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