From bd8997a1e6677e94064e2cb1246d3c097393db53 Mon Sep 17 00:00:00 2001 From: KaiyangZhou Date: Mon, 26 Nov 2018 22:24:20 +0000 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10b76de..04baeae 100755 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ It has the following features: - state-of-the-art training techniques. ## Updates +- 26-11-2018: Released pretrained weights (imagenet & reid) for [shufflenet](torchreid/models/shufflenet.py). - 23-11-2018: Released imagenet-pretrained weights for [resnext50_32x4d](torchreid/models/resnext.py). - 11-11-2018: Added multi-dataset training; Added cython code for cuhk03-style evaluation; Wrapped dataloader construction to Image/Video-DataManager; Wrapped argparse to [args.py](args.py); Added [MLFN (CVPR'18)](https://arxiv.org/abs/1803.09132).