from .resnet import ResNet from .ssd_vgg import SSDVGG __all__ = ['ResNet', 'SSDVGG']