microsoft / SGN

This is the implementation of CVPR2020 paper “Semantics-Guided Neural Networks for Efficient Skeleton-Based Human Action Recognition”.
MIT License
187 stars 56 forks source link

想问一下论文里的关节位置编码是怎么和关节对应上的? #24

Closed ch1998 closed 1 year ago

ch1998 commented 2 years ago

看代码是的one-hot就是一个对角矩阵,直接和特征拼接能对应上吗?

HuCui2022 commented 1 year ago

I have the same question.