mmsegmentation/tests/test_models
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
..
test_backbone.py [New model] Support MobileNetV3 (#268) 2020-12-26 00:02:50 -08:00
test_forward.py [Feature] Support PointRend (#109) 2020-09-07 19:59:44 +08:00
test_heads.py [New model] Support MobileNetV3 (#268) 2020-12-26 00:02:50 -08:00
test_losses.py [Enhancement] Support ignore_index for sigmoid BCE (#210) 2020-11-17 16:14:03 +08:00
test_necks.py Add Semantic FPN (#94) 2020-09-03 19:56:36 +08:00
test_segmentor.py init commit 2020-07-10 02:39:01 +08:00
test_unet.py add unet (#161) 2020-10-21 11:24:38 -07:00