orik-ss's picture
Add PPE Detection tab (D-FINE-M, CPU, fp16 deploy model)
aa78c6d
Raw
History Blame Contribute Delete
197 Bytes
"""
Copied from RT-DETR (https://github.com/lyuwenyu/RT-DETR)
Copyright(c) 2023 lyuwenyu. All Rights Reserved.
"""
from .amp import *
from .ema import *
from .optim import *
from .warmup import *