| # ------------------------------------------------------------------------ | |
| # DINO | |
| # Copyright (c) 2022 IDEA. All Rights Reserved. | |
| # Licensed under the Apache License, Version 2.0 [see LICENSE for details] | |
| # ------------------------------------------------------------------------ | |
| # Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved | |
| from .GroundingDINO import build_groundingdino | |
| def build_model(args): | |
| return build(args) | |