mirror of https://github.com/JDAI-CV/fast-reid.git
12 lines
268 B
Python
12 lines
268 B
Python
|
# encoding: utf-8
|
||
|
"""
|
||
|
@author: xingyu liao
|
||
|
@contact: liaoxingyu5@jd.com
|
||
|
"""
|
||
|
|
||
|
from .partial_dataset import *
|
||
|
from .partialbaseline import PartialBaseline
|
||
|
from .dsr_head import DSRHead
|
||
|
from .config import add_partialreid_config
|
||
|
from .dsr_evaluation import DsrEvaluator
|