mmsegmentation/mmseg/models
Siddharth Ancha 698dee9525
Backward merge #2535 from `1.x` into `dev-1.x` (#2546)
## Motivation

This is essentially #2535 that I had intended to submit to the `dev-1.x`
branch but accidentally submitted it directly to the `1.x` branch
(apologies!). This also got approved possibly because the core devs also
didn't realize this.

The problem is that now `1.x` and `dev-1.x` are out of sync -- the
changes introduced by #2535 will never be reflected in `dev-1.x`.

## Modification

I'm proposing this "backward-merge" so that `1.x` and `dev-1.x` can be
in sync again. If you look at "files changed", they are exactly the
changes introduced by #2535.

Co-authored-by: MeowZheng <meowzheng@outlook.com>
2023-02-01 10:26:44 +08:00
..
backbones [Enhance] Make scipy as a default dependency in runtime 1.x 2022-11-30 20:11:14 +08:00
decode_heads Backward merge #2535 from `1.x` into `dev-1.x` (#2546) 2023-02-01 10:26:44 +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 Backward merge #2535 from `1.x` into `dev-1.x` (#2546) 2023-02-01 10:26:44 +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