From cd7ccb69e73b44043bd0ae8666e189846531e47d Mon Sep 17 00:00:00 2001 From: Junhao Liang <43094337+darkliang@users.noreply.github.com> Date: Tue, 6 Sep 2022 13:55:54 +0800 Subject: [PATCH] Update 1.model_zoo.md --- docs/1.model_zoo.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/1.model_zoo.md b/docs/1.model_zoo.md index 8f440e1..9421f29 100644 --- a/docs/1.model_zoo.md +++ b/docs/1.model_zoo.md @@ -8,6 +8,15 @@ | [GaitPart(CVPR2020)](http://home.ustc.edu.cn/~saihui/papers/cvpr2020_gaitpart.pdf) | 96.1(96.2) | 90.7(91.5) | 78.7(78.7) | [gaitpart.yaml](../configs/gaitpart/gaitpart.yaml) | 64x44 | 56s | 1.20M | | [GLN*(ECCV2020)](http://home.ustc.edu.cn/~saihui/papers/eccv2020_gln.pdf) | 96.4(95.6) | 93.1(92.0) | 81.0(77.2) | [gln_phase1.yaml](../configs/gln/gln_phase1.yaml), [gln_phase2.yaml](../configs/gln/gln_phase2.yaml) | 128x88 | 47s/46s | 8.54M / 14.70M | | [GaitGL(ICCV2021)](https://openaccess.thecvf.com/content/ICCV2021/papers/Lin_Gait_Recognition_via_Effective_Global-Local_Feature_Representation_and_Local_Temporal_ICCV_2021_paper.pdf) | 97.4(97.4) | 94.5(94.5) | 83.8(83.6) | [gaitgl.yaml](../configs/gaitgl/gaitgl.yaml) | 64x44 | 38s | 3.10M | +## [CASIA-B*](http://www.cbsr.ia.ac.cn/english/Gait%20Databases.asp) + +| Model | NM | BG | CL | Input modality | Configuration | +|:----------:|:----:|:----:|:-----:|:--------------:|:----------------------------------------------------------------:| +| [GaitSet(AAAI2019)](https://arxiv.org/pdf/1811.06186.pdf) | 92.3 | 86.1 | 73.36 | Silhouette | [gaitset.yaml](../configs/gaitset/gaitset.yaml) | +| [GaitPart(CVPR2020)](http://home.ustc.edu.cn/~saihui/papers/cvpr2020_gaitpart.pdf) | 93.1 | 86.0 | 75.1 | Silhouette | [gaitpart.yaml](../configs/gaitpart/gaitpart.yaml) | +| [GaitGL(ICCV2021)](https://openaccess.thecvf.com/content/ICCV2021/papers/Lin_Gait_Recognition_via_Effective_Global-Local_Feature_Representation_and_Local_Temporal_ICCV_2021_paper.pdf) | 94.2 | 90.0 | 81.4 | Silhouette | [gaitgl.yaml](../configs/gaitgl/gaitgl.yaml) | +| [GaitGL-E2E](https://arxiv.org/abs/2203.03972) | 99.1 | 98.2 | 89.5 | RGB | [phase2_e2e.yaml](../configs/gaitedge/phase2_e2e.yaml) | +| [GaitEdge](https://arxiv.org/abs/2203.03972) | 97.9 | 96.1 | 86.4 | RGB | [phase2_gaitedge.yaml](../configs/gaitedge/phase2_gaitedge.yaml) | ## [OUMVLP](http://www.am.sanken.osaka-u.ac.jp/BiometricDB/GaitMVLP.html) | Model | Rank@1 | Configuration | Input Size | Inference Time | Model Size |