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 in EndoNeRF #20

Open
smoreira00 opened this issue Jun 22, 2023 · 3 comments
Open

Time in EndoNeRF #20

smoreira00 opened this issue Jun 22, 2023 · 3 comments

Comments

@smoreira00
Copy link

How does the time enters in the EndoNeRF?

@yuehaowang
Copy link
Collaborator

The render function receives a parameter frame_time, which will be batched with ray origins and ray directions (L171-172). Then, in the render_rays function, the frame time will be unpacked from the ray batch(L482) and fed into the network (L533).

@smoreira00
Copy link
Author

And how is the time sampled?

@yuehaowang
Copy link
Collaborator

The time is sampled evenly among [0, 1]. Check the code here.

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