2019-12-01 02:35:44 +00:00
|
|
|
from __future__ import print_function, absolute_import
|
2018-08-14 22:38:55 +01:00
|
|
|
|
2019-12-01 03:35:09 +00:00
|
|
|
from torchreid import data, optim, utils, engine, losses, models, metrics
|
2019-12-01 02:39:29 +00:00
|
|
|
|
2019-12-10 10:49:17 +00:00
|
|
|
__version__ = '1.0.9'
|
2018-08-14 22:38:55 +01:00
|
|
|
__author__ = 'Kaiyang Zhou'
|
2019-11-04 10:47:49 +00:00
|
|
|
__homepage__ = 'https://kaiyangzhou.github.io/'
|
2019-04-18 12:10:54 +01:00
|
|
|
__description__ = 'Deep learning person re-identification in PyTorch'
|
2019-08-26 13:26:10 +01:00
|
|
|
__url__ = 'https://github.com/KaiyangZhou/deep-person-reid'
|