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

Trajectory has incorrect segments in the beginning #14

Open
anruigu opened this issue Oct 22, 2023 · 2 comments
Open

Trajectory has incorrect segments in the beginning #14

anruigu opened this issue Oct 22, 2023 · 2 comments

Comments

@anruigu
Copy link

anruigu commented Oct 22, 2023

The videos logged to tensorboard seem fine, but when I plot the trajectories in 2d and 3d, even if the point doesn't move in the first few frames, the trajectories seems to indicate lots of movement in the beginning, so the plots always have an extra segment. Has anyone else observed this?
suc_1

@aharley
Copy link
Owner

aharley commented Nov 1, 2023

Thank you for pointing this out. I noticed this too, and it's actually the reason for adding the beautify=True trick for visualizations. I think it has to do with padding in the 1d convolutions. Symmetric or mirror padding, instead of zero padding, might solve it. Can you give this a shot and let me know how it goes? Maybe it will improve performance too. If you are too busy (as I am), we should keep the issue open and I can get to it later.

@anruigu
Copy link
Author

anruigu commented Nov 8, 2023

Thanks for the response! I tried using "reflect" in Conv1dPad but it didn't solve the issue.

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