mirror of
https://github.com/KaiyangZhou/deep-person-reid.git
synced 2025-06-03 14:53:23 +08:00
11 lines
229 B
Python
11 lines
229 B
Python
"""
|
|
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' |