mmsegmentation/mmseg
谢昕辰 039ba5d4ca
[Feature] Support auto import modules from registry. (#2481)
## Motivation

The registry now supports auto-import modules from the given location.

register_all_modules before running is no longer needed. The modules
will be lazy-imported during building.

- [x] This PR can be merged after
https://github.com/open-mmlab/mmengine/pull/643. The MMEngine version
should be updated.

Ref: https://github.com/open-mmlab/mmdetection/pull/9143
2023-02-23 20:33:17 +08:00
..
apis [Feature] Support auto import modules from registry. (#2481) 2023-02-23 20:33:17 +08:00
datasets [FIx] Set default `backend_args` values to None (#2597) 2023-02-16 15:33:52 +08:00
engine [FIx] Set default `backend_args` values to None (#2597) 2023-02-16 15:33:52 +08:00
evaluation [Doc] Add evaluation doc (#2077) 2022-10-13 14:55:04 +08:00
models Backward merge #2535 from `1.x` into `dev-1.x` (#2546) 2023-02-01 10:26:44 +08:00
registry [Feature] Support auto import modules from registry. (#2481) 2023-02-23 20:33:17 +08:00
structures [Doc] Add Data Structures and Elements (#2070) 2022-10-28 22:22:44 +08:00
utils Rename typing.py to typing_utils.py (#2548) 2023-02-01 19:11:38 +08:00
visualization [Fix] Fix inference api and support setting palette to SegLocalVisualizer (#2475) 2023-01-20 21:40:13 +08:00
__init__.py [Feature] Support auto import modules from registry. (#2481) 2023-02-23 20:33:17 +08:00
version.py Bump v1.0.0rc5 (#2549) 2023-02-01 20:34:20 +08:00