mmsegmentation/mmseg/models/backbones
Junjun2016 651da35c0e
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
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
resnest.py
resnet.py
resnext.py
unet.py add unet (#161) 2020-10-21 11:24:38 -07:00