Spaces:
Runtime error
Runtime error
File size: 281 Bytes
f1dd031 |
1 2 3 4 5 6 7 8 9 10 11 |
# Copyright (c) OpenMMLab. All rights reserved.
from .masa_inference import (build_test_pipeline, inference_detector,
inference_masa, init_masa)
__all__ = [
"inference_masa",
"init_masa",
"inference_detector",
"build_test_pipeline",
]
|