# ------------------------------------------------------------------------ | |
# Modified from DAB-DETR (https://github.com/IDEA-Research/DAB-DETR) | |
# Copyright (c) 2022 IDEA. All Rights Reserved. | |
# Licensed under the Apache License, Version 2.0 [see LICENSE for details] | |
# ------------------------------------------------------------------------ | |
# Modified from Conditional DETR (https://github.com/Atten4Vis/ConditionalDETR) | |
# Copyright (c) 2021 Microsoft. All Rights Reserved. | |
# Licensed under the Apache License, Version 2.0 [see LICENSE for details] | |
# ------------------------------------------------------------------------ | |
# Modified from DETR (https://github.com/facebookresearch/detr) | |
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. | |
# ------------------------------------------------------------------------ | |
from .sat_model import build_sat_model | |