From c2a48191e33ba4da910c2d1afe3b236199590dec Mon Sep 17 00:00:00 2001 From: Chao Fan <92680886+ChaoFan996@users.noreply.github.com> Date: Fri, 7 Oct 2022 19:49:31 +0800 Subject: [PATCH] Update 1.model_zoo.md --- docs/1.model_zoo.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/1.model_zoo.md b/docs/1.model_zoo.md index 9421f29..a21d4c4 100644 --- a/docs/1.model_zoo.md +++ b/docs/1.model_zoo.md @@ -15,8 +15,7 @@ | [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) | +| [GaitEdge(ECCV2022)](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 |