fabro66 / GAST-Net-3DPoseEstimation

A Graph Attention Spatio-temporal Convolutional Networks for 3D Human Pose Estimation in Video (GAST-Net)
MIT License
312 stars 70 forks source link

About the adj.matrixpower(2) in gast.net.py #35

Closed ZJJTSL closed 3 years ago

ZJJTSL commented 3 years ago

in gast_net.py#L14, "self.adj = adj.matrix_power(2)" , i wonder before send the adj to global and local , why need this operate.Thanks a lot!

fabro66 commented 3 years ago

Hi~ This line of code is redundant and has no effect. I forgot to delete it while tidying up the code.