Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the distance feature and orientation feature in the code? #1

Open
puhuajiang opened this issue Jan 2, 2021 · 1 comment
Open

Comments

@puhuajiang
Copy link

Hi, thanks for your awesome job!

In the paper, you said that you have used the distance feature and the orientation feature, but I did not find them in the code. Can you tell me how did you use the distance feature and the orientation feature?

thanks

@YIN95
Copy link
Owner

YIN95 commented Jan 4, 2021

Hi, thanks for your awesome job!

In the paper, you said that you have used the distance feature and the orientation feature, but I did not find them in the code. Can you tell me how did you use the distance feature and the orientation feature?

thanks

Hi, the distance features and the orientation features are concatenated to the output of each MST-GCN.

The code is in another branch:

groupBodyOutput = torch.cat([groupBodyOutput, dist[i]], dim=1)
groupBodyOutput = torch.cat([groupBodyOutput, ang[i]], dim=1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants