diff --git a/README.rst b/README.rst index a9d43a9..9b6a86f 100755 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ You can find some research projects that are built on top of Torchreid `here `_ and `ImageSoftmaxEngine `_ more details. Credit to `Dassl.pytorch `_. - [Dec 2019] Our `OSNet paper `_ 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.