mmsegmentation/tests
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
..
data init commit 2020-07-10 02:39:01 +08:00
test_data Support custom palette (#157) 2020-09-30 18:02:08 +08:00
test_models add unet (#161) 2020-10-21 11:24:38 -07:00
test_utils [Enhance] Refactor inverted residual (#164) 2020-09-28 00:33:51 +08:00
test_config.py init commit 2020-07-10 02:39:01 +08:00
test_eval_hook.py init commit 2020-07-10 02:39:01 +08:00
test_mean_iou.py fix acc and iou compute nan problem (#116) 2020-09-22 01:04:46 +08:00
test_sampler.py Generalized OHEM (#54) 2020-08-09 23:49:23 +08:00