mmsegmentation/mmseg/models/backbones
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
..
__init__.py [New model] Support MobileNetV3 (#268) 2020-12-26 00:02:50 -08:00
cgnet.py [New model] Support CGNet (#223) 2020-11-03 00:05:25 -08:00
fast_scnn.py [Enhance] Refactor inverted residual (#164) 2020-09-28 00:33:51 +08:00
hrnet.py Onnx upsample (#100) 2020-09-03 19:59:13 +08:00
mobilenet_v2.py [Enhance] Refactor inverted residual (#164) 2020-09-28 00:33:51 +08:00
mobilenet_v3.py [New model] Support MobileNetV3 (#268) 2020-12-26 00:02:50 -08:00
resnest.py Support ResNeSt backbone (#47) 2020-08-17 00:54:01 +08:00
resnet.py Add Colab Tutorial (#7) 2020-07-10 16:55:47 +08:00
resnext.py init commit 2020-07-10 02:39:01 +08:00
unet.py add unet (#161) 2020-10-21 11:24:38 -07:00