From ad4dc24aaec62933e98c644cc924f62a40b6045a Mon Sep 17 00:00:00 2001 From: Zhedong Zheng Date: Wed, 1 Dec 2021 18:58:18 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eb613f..1681e90 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Besides, if you are new to object re-ID, you may check out our **[Tutorial](http Now we have supported: - Running the code on Google Colab with Free GPU. Check [Here](https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/colab) (Thanks to @ronghao233) - [DG-Market](https://github.com/NVlabs/DG-Net#dg-market) (10x Large Synethic Dataset from Market **CVPR 2019 Oral**) -- [Swin Transformer](https://github.com/microsoft/Swin-Transformer) +- [Swin Transformer](https://github.com/microsoft/Swin-Transformer) / [EfficientNet](https://github.com/lukemelas/EfficientNet-PyTorch) / [HRNet](https://github.com/HRNet) - Circle Loss (**CVPR 2020 Oral**) - Float16 to save GPU memory based on [apex](https://github.com/NVIDIA/apex) - Part-based Convolutional Baseline(PCB)