From 9198faec9208c3188f974ebdf383c0b4134964b7 Mon Sep 17 00:00:00 2001 From: KaiyangZhou Date: Fri, 22 May 2020 11:12:53 +0100 Subject: [PATCH] update readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e1ae0f6..d2b8e13 100755 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ You can find some research projects that are built on top of Torchreid `here `_ +- [May 2020] Added the person attribute recognition code used in `Omni-Scale Feature Learning for Person Re-Identification (ICCV'19) `_. See ``projects/attribute_recognition/``. - [May 2020] ``1.2.1``: Added a simple API for feature extraction (``torchreid/utils/feature_extractor.py``). See the `documentation `_ for the instruction. - [Apr 2020] Code for reproducing the experiments of `deep mutual learning `_ in the `OSNet paper `__ (Supp. B) has been released at ``projects/DML``. - [Apr 2020] Upgraded to ``1.2.0``. The engine class has been made more model-agnostic to improve extensibility. See `Engine `_ and `ImageSoftmaxEngine `_ for more details. Credit to `Dassl.pytorch `_.