JohanDL's picture
initial commit
f1dd031
raw
history blame contribute delete
No virus
281 Bytes
# 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",
]