mirror of https://github.com/JDAI-CV/fast-reid.git
10 lines
189 B
Python
10 lines
189 B
Python
|
# encoding: utf-8
|
||
|
"""
|
||
|
@author: xingyu liao
|
||
|
@contact: sherlockliao01@gmail.com
|
||
|
"""
|
||
|
|
||
|
from .config import add_retri_config
|
||
|
from .datasets import *
|
||
|
from .retri_evaluator import RetriEvaluator
|