mirror of
https://github.com/KaiyangZhou/deep-person-reid.git
synced 2025-06-03 14:53:23 +08:00
0.7.5
This commit is contained in:
parent
79abbacb1c
commit
b8ab3ad482
@ -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!
|
||||
|
||||
|
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user