mmsegmentation/mmseg/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
..
backbones [New model] Support MobileNetV3 (#268) 2020-12-26 00:02:50 -08:00
decode_heads [New model] Support MobileNetV3 (#268) 2020-12-26 00:02:50 -08:00
losses [Enhancement] Support ignore_index for sigmoid BCE (#210) 2020-11-17 16:14:03 +08:00
necks Add Semantic FPN (#94) 2020-09-03 19:56:36 +08:00
segmentors add support for 4D output (#150) 2020-09-23 17:01:20 +08:00
utils [New model] Support MobileNetV3 (#268) 2020-12-26 00:02:50 -08:00
__init__.py Add Semantic FPN (#94) 2020-09-03 19:56:36 +08:00
builder.py init commit 2020-07-10 02:39:01 +08:00