File size: 445 Bytes
a277bb8
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# ------------------------------------------------------------------------
# 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)