From c945672bab8f375f915fb8ff2bf143c275863296 Mon Sep 17 00:00:00 2001 From: noahshen98 <77523610+noahshen98@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:21:33 +0800 Subject: [PATCH] Update paper url within gaitgl.py --- lib/modeling/models/gaitgl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/modeling/models/gaitgl.py b/lib/modeling/models/gaitgl.py index e67d458..6a0bc05 100644 --- a/lib/modeling/models/gaitgl.py +++ b/lib/modeling/models/gaitgl.py @@ -63,8 +63,8 @@ class GeMHPP(nn.Module): class GaitGL(BaseModel): """ - GaitGL: Gait Recognition via Effective Global-Local Feature Representation and Local Temporal Aggregation - Arxiv : https://arxiv.org/pdf/2011.01461.pdf + Title: Gait Recognition via Effective Global-Local Feature Representation and Local Temporal Aggregation + ICCV2021: https://openaccess.thecvf.com/content/ICCV2021/papers/Lin_Gait_Recognition_via_Effective_Global-Local_Feature_Representation_and_Local_Temporal_ICCV_2021_paper.pdf """ def __init__(self, *args, **kargs):