From b8ab3ad482882f34c87f10c0123b9d31f95d0c10 Mon Sep 17 00:00:00 2001 From: KaiyangZhou Date: Thu, 9 May 2019 23:49:18 +0100 Subject: [PATCH] 0.7.5 --- README.rst | 1 + torchreid/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7d6c49cf4..5227bf57c 100755 --- a/README.rst +++ b/README.rst @@ -23,6 +23,7 @@ Documentation: https://kaiyangzhou.github.io/deep-person-reid/. News ------ +- 09-05-2019: The `person re-ranking code `_ has been added to this repo. - 06-05-2019: We released a tech report on `arxiv `_. Code and models will be released. - 24-03-2019: `Torchreid documentation `_ is out! diff --git a/torchreid/__init__.py b/torchreid/__init__.py index 3403b8666..9cabed9c6 100644 --- a/torchreid/__init__.py +++ b/torchreid/__init__.py @@ -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'