10 lines
359 B
Python
10 lines
359 B
Python
from __future__ import print_function, absolute_import
|
|
|
|
from torchreid import data, optim, utils, engine, losses, models, metrics
|
|
|
|
__version__ = '1.2.2'
|
|
__author__ = 'Kaiyang Zhou'
|
|
__homepage__ = 'https://kaiyangzhou.github.io/'
|
|
__description__ = 'Deep learning person re-identification in PyTorch'
|
|
__url__ = 'https://github.com/KaiyangZhou/deep-person-reid'
|