mirror of https://github.com/JDAI-CV/fast-reid.git
12 lines
251 B
Python
12 lines
251 B
Python
|
# encoding: utf-8
|
||
|
"""
|
||
|
@author: liaoxingyu
|
||
|
@contact: sherlockliao01@gmail.com
|
||
|
"""
|
||
|
|
||
|
from .build import build_backbone, BACKBONE_REGISTRY
|
||
|
|
||
|
from .resnet import build_resnet_backbone
|
||
|
# from .osnet import *
|
||
|
# from .attention import ResidualAttentionNet_56
|