mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 14:50:47 +08:00
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
|