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

Question on global translation and orientation #43

Open
ytixu opened this issue Oct 20, 2018 · 2 comments
Open

Question on global translation and orientation #43

ytixu opened this issue Oct 20, 2018 · 2 comments
Labels

Comments

@ytixu
Copy link

ytixu commented Oct 20, 2018

I see in here, the error are computed without the first 6 angles. I wonder why those angles are used in the training, as when I print dim_to_ignore, I see that their indices are included.

Thanks

@una-dinosauria
Copy link
Owner

As you can see in the code you linked to

# The global translation (first 3 entries) and global rotation
# (next 3 entries) are also not considered in the error, so the_key
# are set to zero.
# See https://github.com/asheshjain399/RNNexp/issues/6#issuecomment-249404882
gt_i=np.copy(srnn_gts_euler[action][i])
gt_i[:,0:6] = 0

we are simply following previous work.

@ytixu
Copy link
Author

ytixu commented Oct 21, 2018

Okay I see, thanks for the quick reply.

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

No branches or pull requests

2 participants