This commit is contained in:
KaiyangZhou 2019-05-09 23:49:18 +01:00
parent 79abbacb1c
commit b8ab3ad482
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ Documentation: https://kaiyangzhou.github.io/deep-person-reid/.
News
------
- 09-05-2019: The `person re-ranking code <https://github.com/KaiyangZhou/deep-person-reid/issues/91#issuecomment-491093721>`_ has been added to this repo.
- 06-05-2019: We released a tech report on `arxiv <https://arxiv.org/abs/1905.00953>`_. Code and models will be released.
- 24-03-2019: `Torchreid documentation <https://kaiyangzhou.github.io/deep-person-reid/>`_ is out!

View File

@ -1,7 +1,7 @@
from __future__ import absolute_import
from __future__ import print_function
__version__ = '0.7.4'
__version__ = '0.7.5'
__author__ = 'Kaiyang Zhou'
__description__ = 'Deep learning person re-identification in PyTorch'