You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is in reference to the AAAI'18 paper "Spatial Temporal Graph Convolutional Networks for Skeleton-Based Action Recognition". In equation (6) of the paper, we have the conditional expression, d(vtj,vti) <= K. Shouldn't it be d(vtj,vti) <= D instead? Looks like a small type to me.
Do correct me if I am wrong.
Thanks.
The text was updated successfully, but these errors were encountered:
This is in reference to the AAAI'18 paper "Spatial Temporal Graph Convolutional Networks for Skeleton-Based Action Recognition". In equation (6) of the paper, we have the conditional expression, d(vtj,vti) <= K. Shouldn't it be d(vtj,vti) <= D instead? Looks like a small type to me.
Do correct me if I am wrong.
Thanks.
The text was updated successfully, but these errors were encountered: