Spaces:
Runtime error
Runtime error
# Copyright (c) OpenMMLab. All rights reserved. | |
from .registry import (MODELS, DATASETS) | |
__all__ = [ | |
'MODELS', 'DATASETS' | |
] |