root
initial commit
5e0b9df
Raw
History Blame Contribute Delete
141 Bytes
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
from .detr import build
def build_model(args):
return build(args)