mmsegmentation/mmseg/models/utils
Junjun2016 5956451014 add unet (#161)
* add unet

* add unet

* add unet

* update test_unet

* update test_unet

* update test_unet

* update test_unet

* fix bugs

* add init method for unet

* add test of UNet init_weights method

* add registry

* merge upsample

* fix test

* Update mmseg/models/backbones/unet.py

Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>

* Update mmseg/models/backbones/unet.py

Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>

* split UpConvBlock from UNet

* use reversed

* rename upsample module

* rename upsample module

* rename upsample module

* rename upsample module

Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2020-10-21 11:24:38 -07:00
..
__init__.py add unet (#161) 2020-10-21 11:24:38 -07:00
inverted_residual.py [Enhance] Refactor inverted residual (#164) 2020-09-28 00:33:51 +08:00
make_divisible.py [Feature] Support MobileNetV2 backbone (#86) 2020-09-04 15:35:52 +08:00
res_layer.py Support ResNeSt backbone (#47) 2020-08-17 00:54:01 +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