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

metadata in learning_to_simulate #528

Open
yours612 opened this issue May 11, 2024 · 3 comments
Open

metadata in learning_to_simulate #528

yours612 opened this issue May 11, 2024 · 3 comments

Comments

@yours612
Copy link

Hello, I want to know how vel_mean, vel_std, acc_mean, and acc_std are calculated in metadata? I used one of the datasets and used the sequence of positions in one of the segments to calculate mean and std, but the calculations were much different from those in metadata。
For example, I calculated a piece of data under Goop-3D:
Velocity Mean: [-3.57328663e-04 3.27340340e-05 -5.20929130e-04]
Velocity Standard Deviation: [44.02116085 17.71678278 38.50584431]
Acceleration Mean: [ 0.37627511 -0.23238154 -0.57692656]
Acceleration Standard Deviation: [28586.76965719 11446.06644121 24939.41377862]
I don't know if I made a mistake in my calculation

@yq60523
Copy link

yq60523 commented May 24, 2024

Could you share the code of your calculation?

@yq60523
Copy link

yq60523 commented May 24, 2024

I also found some code for its calculation

@ZhangWenKang1
Copy link

I also found some code for its calculation

I also encountered a similar problem. Can you share the calculation code you found

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

3 participants