tteepe / GaitGraph

Official repository for "GaitGraph: Graph Convolutional Network for Skeleton-Based Gait Recognition" (ICIP'21)

Home Page:https://arxiv.org/abs/2101.11228

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ResGCN module

MritulaC opened this issue · comments

Hi,
I am looking up for ResGCN structure. Where can I find it in this repo? I understand from the below statement that it should be in the ,nets folder but I couldnt find .nets. Can you kindly help me on this?

from .nets import ResGCN

Thanks
Mritula

Hi, I am looking up for ResGCN structure. Where can I find it in this repo? I understand from the below statement that it should be in the ,nets folder but I couldnt find .nets. Can you kindly help me on this?

from .nets import ResGCN

Thanks Mritula

in GaitGraph/src/models/ResGCNv1