dangminh214's picture
Clean initial commit (no large files, no LFS pointers)
b26e93d
raw
history blame contribute delete
355 Bytes
"""
Copied from RT-DETR (https://github.com/lyuwenyu/RT-DETR)
Copyright(c) 2023 lyuwenyu. All Rights Reserved.
"""
from .dfine import DFINE
from .dfine_criterion import DFINECriterion
from .dfine_decoder import DFINETransformer
from .hybrid_encoder import HybridEncoder
from .matcher import HungarianMatcher
from .postprocessor import DFINEPostProcessor