root
initial commit
5e0b9df
raw
history blame
141 Bytes
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
from .detr import build
def build_model(args):
return build(args)