mmsegmentation/tests/test_models/test_segmentors
谢昕辰 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
..
__init__.py [Fix] Fix binary segmentation (#2101) 2022-09-27 16:49:38 +08:00
test_cascade_encoder_decoder.py [Fix] Fix binary segmentation (#2101) 2022-09-27 16:49:38 +08:00
test_encoder_decoder.py [Fix] Fix the problem of post-processing not removing padding (#2367) 2022-12-01 16:35:39 +08:00
test_seg_tta_model.py [Feature] Support auto import modules from registry. (#2481) 2023-02-23 20:33:17 +08:00
utils.py [Refactor] Support TTA (#2184) 2022-12-30 22:52:07 +08:00