From ee3818e7062894e4a4b1c8d1a2cf7d6268f13bb8 Mon Sep 17 00:00:00 2001 From: xiaomingzhid <88366865+xiaomingzhid@users.noreply.github.com> Date: Wed, 8 Sep 2021 21:11:32 +0800 Subject: [PATCH] Add Semi-Supervised Domain Generalizable Person Re-Identification --- projects/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/README.md b/projects/README.md index d13d2cf..f6c343c 100644 --- a/projects/README.md +++ b/projects/README.md @@ -14,6 +14,7 @@ Note that these are research projects, and therefore may not have the same level - [Attribute Recognition](https://github.com/JDAI-CV/fast-reid/tree/master/projects/FastAttr) - [Hyper-Parameters Optimization](https://github.com/JDAI-CV/fast-reid/tree/master/projects/FastTune) - [Overhaul Distillation](https://github.com/JDAI-CV/fast-reid/tree/master/projects/FastDistill) +- Semi-Supervised Domain Generalizable Person Re-Identification [Code](https://github.com/xiaomingzhid/sskd)[paper](https://arxiv.org/pdf/2108.05045.pdf) # External Projects @@ -21,4 +22,4 @@ External projects in the community that use fastreid: # Competitions -- NAIC20 reid track [1-st solution](https://github.com/JDAI-CV/fast-reid/tree/master/projects/NAIC20) \ No newline at end of file +- NAIC20 reid track [1-st solution](https://github.com/JDAI-CV/fast-reid/tree/master/projects/NAIC20)