11 lines
229 B
Python
Raw Normal View History

2018-08-14 22:38:55 +01: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'
__email__ = 'k.zhou@qmul.ac.uk'