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

"Time" values in the transforms_train.json #16

Open
around-star opened this issue Jun 11, 2023 · 1 comment
Open

"Time" values in the transforms_train.json #16

around-star opened this issue Jun 11, 2023 · 1 comment

Comments

@around-star
Copy link

Hi,
Thanks for the amazing work. I was wondering how to get the time values ranging from [0,1]? Suppose I have n (1 to n) number of frames. Is the time for the i-th frame be (frame_i -1) / (n-1) (considering the time between consecutive frames is constant/same)?

@azzarelli
Copy link

If you look at the transform json files it will help.

The tansform json files list time values from 0.0 to 1.0, where the first and last values are 0.0 and 1.0 so your equation is seems correct if frames are consecutively spaced.

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