# ------------------------------------------------------------------------ | |
# RF-DETR | |
# Copyright (c) 2025 Roboflow. All Rights Reserved. | |
# Licensed under the Apache License, Version 2.0 [see LICENSE for details] | |
# ------------------------------------------------------------------------ | |
# Copied from LW-DETR (https://github.com/Atten4Vis/LW-DETR) | |
# Copyright (c) 2024 Baidu. All Rights Reserved. | |
# ------------------------------------------------------------------------ | |
# Copied from Conditional DETR (https://github.com/Atten4Vis/ConditionalDETR) | |
# Copyright (c) 2021 Microsoft. All Rights Reserved. | |
# ------------------------------------------------------------------------ | |
# Copied from DETR (https://github.com/facebookresearch/detr) | |
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. | |
# ------------------------------------------------------------------------ | |
from .lwdetr import build_model, build_criterion_and_postprocessors | |