PCB_RTDETR / engine /optim /__init__.py
mcthebest's picture
Update app, README, requirements; fix class names
e1e7af0 verified
"""
Copied from RT-DETR (https://github.com/lyuwenyu/RT-DETR)
Copyright(c) 2023 lyuwenyu. All Rights Reserved.
"""
from .ema import *
from .optim import *
from .amp import *
from .warmup import *