mmsegmentation/mmseg/models
yamengxi 86d473002f [New model] Support CGNet (#223)
* added cgnet

* added testing for cgnet

* git test

* add cgnet

* fix __init__

* rename FGlo with GlobalContextExtractor

* add readme.md and rename bn with norm

* delete cg_head

* fix a language mistake

* rename cgnet_m3n21.py to cgnet.py

* modify README.md

* modify list to tuple

* add fcn_head test

* add assert to fcn_head

* blank

* fix fcn_head assert bug

* add

* add cgnet to README.md and model_zoo.md

* modify cgnet README.md

Co-authored-by: KID <wps_@mail.nankai.edu.cn>
2020-11-03 00:05:25 -08:00
..
backbones [New model] Support CGNet (#223) 2020-11-03 00:05:25 -08:00
decode_heads [New model] Support CGNet (#223) 2020-11-03 00:05:25 -08:00
losses init commit 2020-07-10 02:39:01 +08:00
necks Add Semantic FPN (#94) 2020-09-03 19:56:36 +08:00
segmentors add support for 4D output (#150) 2020-09-23 17:01:20 +08:00
utils add unet (#161) 2020-10-21 11:24:38 -07:00
__init__.py Add Semantic FPN (#94) 2020-09-03 19:56:36 +08:00
builder.py init commit 2020-07-10 02:39:01 +08:00