tteepe / GaitGraph

Official repository for "GaitGraph: Graph Convolutional Network for Skeleton-Based Gait Recognition" (ICIP'21)
https://arxiv.org/abs/2101.11228
MIT License
91 stars 27 forks source link

ResGCN module #25

Closed MritulaC closed 2 years ago

MritulaC commented 2 years ago

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

syasir1 commented 2 years ago

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