mmsegmentation/mmseg/models
谢昕辰 f6246d6eaa [Fix] fix patch_embed and pos_embed mismatch error (#685)
* fix patch_embed and pos_embed mismatch error

* add docstring

* update unittest

* use downsampled image shape

* use tuple

* remove unused parameters and add doc

* fix init weights function

* revise docstring

* Update vit.py

If -> Whether

* fix lint

Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-07-19 09:27:10 -07:00
..
backbones [Fix] fix patch_embed and pos_embed mismatch error (#685) 2021-07-19 09:27:10 -07:00
decode_heads [Fix] fix fast scnn (#606) 2021-07-02 17:58:35 +08:00
losses [Enhance] Support reading class_weight from file in loss functions to help MMDet3D (#513) 2021-04-29 01:04:15 -07:00
necks add configs for vit backbone plus decode_heads (#520) 2021-07-01 23:00:39 +08:00
segmentors [Refactor]: Unified parameter initialization (#567) 2021-06-16 21:41:29 -07:00
utils [Fix] fix fast scnn (#606) 2021-07-02 17:58:35 +08:00
__init__.py Add Semantic FPN (#94) 2020-09-03 19:56:36 +08:00
builder.py [Refactor] Use MMCV MODEL_REGISTRY (#515) 2021-04-27 23:51:09 -07:00