File size: 153 Bytes
ef99afc
 
 
 
 
 
1
2
3
4
5
6
7
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
from .detr_seg import build


def build_model(args):
    return build(args)