update readme

pull/294/head
KaiyangZhou 2019-12-19 10:18:40 +00:00
parent 99e719f16e
commit 087e4fcbcb
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ You can find some research projects that are built on top of Torchreid `here <ht
What's new
---------------
- [Nov 19] ``ImageDataManager`` can load training data from target datasets by setting ``load_train_targets=True``, and the train-loader can be accessed with ``train_loader_t = datamanager.train_loader_t``. This feature is useful for domain adaptation research.
- [Dec 2019] Our `OSNet paper <https://arxiv.org/pdf/1905.00953v6.pdf>`_ has been updated, with additional experiments (in section B of the supplementary) showing some useful techniques for improving OSNet's performance in practice.
- [Nov 2019] ``ImageDataManager`` can load training data from target datasets by setting ``load_train_targets=True``, and the train-loader can be accessed with ``train_loader_t = datamanager.train_loader_t``. This feature is useful for domain adaptation research.
Installation