Spaces:
Runtime error
Runtime error
File size: 128 Bytes
1f418ff |
1 2 3 4 5 6 |
# Copyright (c) OpenMMLab. All rights reserved.
from .registry import (MODELS, DATASETS)
__all__ = [
'MODELS', 'DATASETS'
] |