mmsegmentation/mmseg/models
MengzhangLI 054dc66145 [Feature] Support K-Net (#1289)
* knet first commit

* fix import error in knet

* remove kernel update head from decoder head

* [Feature] Add kenerl updation for some decoder heads.

* [Feature] Add kenerl updation for some decoder heads.

* directly use forward_feature && modify other 3 decoder heads

* remover kernel_update attr

* delete unnecessary variables in forward function

* delete kernel update function

* delete kernel update function

* delete kernel_generate_head

* add unit test & comments in knet.py

* add copyright to fix lint error

* modify config names of knet

* rename swin-l 640

* upload models&logs and refactor knet_head.py

* modify docstrings and add some ut

* add url, modify docstring and add loss ut

* modify docstrings
2022-03-10 20:05:37 +08:00
..
backbones [Enhancement] Revise pre-commit-hooks (#1315) 2022-02-23 23:44:27 +08:00
decode_heads [Feature] Support K-Net (#1289) 2022-03-10 20:05:37 +08:00
losses [Fix] Fix the bug that when all pixels in an image is ignored, the ac… (#1336) 2022-03-09 13:20:46 +08:00
necks [Enhancement] Revise pre-commit-hooks (#1315) 2022-02-23 23:44:27 +08:00
segmentors [Fix] Set random seed for generating `palette` if not given. (#1152) 2021-12-23 09:51:50 +08:00
utils [Enhancement] Revise pre-commit-hooks (#1315) 2022-02-23 23:44:27 +08:00
__init__.py
builder.py