Skip to content

Commit b8ab3ad

Browse files
author
KaiyangZhou
committed
0.7.5
1 parent 79abbac commit b8ab3ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Documentation: https://kaiyangzhou.github.io/deep-person-reid/.
2323

2424
News
2525
------
26+
- 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.
2627
- 06-05-2019: We released a tech report on `arxiv <https://arxiv.org/abs/1905.00953>`_. Code and models will be released.
2728
- 24-03-2019: `Torchreid documentation <https://kaiyangzhou.github.io/deep-person-reid/>`_ is out!
2829

torchreid/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import absolute_import
22
from __future__ import print_function
33

4-
__version__ = '0.7.4'
4+
__version__ = '0.7.5'
55
__author__ = 'Kaiyang Zhou'
66
__description__ = 'Deep learning person re-identification in PyTorch'
77

0 commit comments

Comments
 (0)