from .UniCLModel import build_unicl_model | |
__all__ = [ | |
'build_od_model', | |
'build_unicl_model', | |
'build_tokenizer_from_name', | |
'get_image_preprocess', | |
'build_unicl_matching_model' | |
] | |
from .UniCLModel import build_unicl_model | |
__all__ = [ | |
'build_od_model', | |
'build_unicl_model', | |
'build_tokenizer_from_name', | |
'get_image_preprocess', | |
'build_unicl_matching_model' | |
] | |