mmsegmentation/tests
yamengxi 25d8d77fab [New model] Support MobileNetV3 (#268)
* delete markdownlint

* Support MobileNetV3

* fix import

* add mobilenetv3 head and configs

* Modify MobileNetV3 to semantic segmentation version

* modify mobilenetv3 configs

* add std configs

* fix Conv2dAdaptivePadding bug

* add configs

* add unitest and fix bugs

* fix lraspp unitest bugs

* restore

* fix unitest

* add MobileNetV3 docstring

* add mmcv

* add mmcv

* fix syntax bug

* fix unitest bug

* fix unitest bug

* fix unitest bugs

* fix docstring

* add configs

* restore

* delete unnecessary assert

* modify unitest

* delete benchmark
2020-12-26 00:02:50 -08:00
..
data init commit 2020-07-10 02:39:01 +08:00
test_data Support resize data augmentation according to original image size (#291) 2020-12-14 20:23:18 -08:00
test_models [New model] Support MobileNetV3 (#268) 2020-12-26 00:02:50 -08:00
test_utils [New model] Support MobileNetV3 (#268) 2020-12-26 00:02:50 -08:00
test_config.py init commit 2020-07-10 02:39:01 +08:00
test_eval_hook.py Add runner type (#118) 2020-10-25 15:18:46 -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 dice evaluation metric (#225) 2020-11-23 19:21:22 -08:00
test_sampler.py Generalized OHEM (#54) 2020-08-09 23:49:23 +08:00