mmsegmentation/mmseg/models/utils
yamengxi 7fdb4002fa
[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
..
__init__.py [New model] Support MobileNetV3 (#268) 2020-12-26 00:02:50 -08:00
inverted_residual.py [New model] Support MobileNetV3 (#268) 2020-12-26 00:02:50 -08:00
make_divisible.py [New model] Support MobileNetV3 (#268) 2020-12-26 00:02:50 -08:00
res_layer.py Support ResNeSt backbone (#47) 2020-08-17 00:54:01 +08:00
se_layer.py [New model] Support MobileNetV3 (#268) 2020-12-26 00:02:50 -08:00
self_attention_block.py init commit 2020-07-10 02:39:01 +08:00
up_conv_block.py add unet (#161) 2020-10-21 11:24:38 -07:00