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

Do the parameters of the NeRF model change during the estimation of the pose? #12

Open
JingruiYu opened this issue Aug 2, 2023 · 0 comments

Comments

@JingruiYu
Copy link

JingruiYu commented Aug 2, 2023

Is this net a NeRF model for this line of code in the pose_estimation.ipynb file?
# Encode. net.encode( input_image.unsqueeze(0), input_pose.unsqueeze(0).to(device=device), focal, )

Are the parameters of this NeRF model modified during iteration?

On the other hand, the net.encode seems does the same thing in each loop, but why can't move this code outside the loop?

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

1 participant