2018-08-15 05:38:55 +08:00
|
|
|
"""
|
|
|
|
deep-person-reid
|
|
|
|
==
|
|
|
|
|
|
|
|
Description: PyTorch implementation of deep person re-identification models.
|
|
|
|
|
|
|
|
Github page: https://github.com/KaiyangZhou/deep-person-reid
|
|
|
|
"""
|
|
|
|
|
|
|
|
__author__ = 'Kaiyang Zhou'
|
2019-02-03 22:01:26 +08:00
|
|
|
__homepage__ = 'https://kaiyangzhou.github.io/'
|