mmsegmentation/tests/test_models
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
..
test_backbone.py Fast-SCNN implemented (#58) 2020-08-18 23:33:05 +08:00
test_forward.py [Feature] Support PointRend (#109) 2020-09-07 19:59:44 +08:00
test_heads.py [Enhance] Migrate to MMCV DepthwiseSeparableConv (#158) 2020-09-25 19:56:10 +08:00
test_losses.py init commit 2020-07-10 02:39:01 +08:00
test_necks.py Add Semantic FPN (#94) 2020-09-03 19:56:36 +08:00
test_segmentor.py init commit 2020-07-10 02:39:01 +08:00
test_unet.py add unet (#161) 2020-10-21 11:24:38 -07:00