mmsegmentation/mmseg/models
谢昕辰 163277bfe0
[Feature] Support Mask2former in MMSeg 1.x (#2255)
* init commits

* fix crop size

* add seg_data2instance_data method

* add ut and update requirement

* update configs and readme

* add model-indel

* update optional requirements

* fix results

* fix lint error

* update results

* update results

* remove mmdet from requirements/optional.txt

* use try import and update README

* add docstring to overwrtied method

* minor change

Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
2022-12-05 18:34:24 +08:00
..
backbones [Enhance] Make scipy as a default dependency in runtime 1.x 2022-11-30 20:11:14 +08:00
decode_heads [Feature] Support Mask2former in MMSeg 1.x (#2255) 2022-12-05 18:34:24 +08:00
losses Upgrade pre commit hooks (#2154) 2022-10-08 12:04:24 +08:00
necks [Refactor] Add pyupgrade pre-commit hook (#2078) 2022-09-19 14:06:29 +08:00
segmentors [Fix] Fix the problem of post-processing not removing padding (#2367) 2022-12-01 16:35:39 +08:00
utils [Refactor] Add pyupgrade pre-commit hook (#2078) 2022-09-19 14:06:29 +08:00
__init__.py [Refactory] Refactory BaseSegmentor based BaseModel 2022-06-19 06:32:09 +00:00
builder.py [Refactor] Refactor all registries 2022-05-10 12:15:20 +00:00
data_preprocessor.py [Fix] Fix the problem of post-processing not removing padding (#2367) 2022-12-01 16:35:39 +08:00