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

Where are the psv input? #16

Closed
GilbertRC opened this issue Sep 12, 2019 · 2 comments
Closed

Where are the psv input? #16

GilbertRC opened this issue Sep 12, 2019 · 2 comments

Comments

@GilbertRC
Copy link

Hello, Thank you very much for your open-sourcing code!
When trying to understand the code with your paper, I have some problem.
In my understanding, the input of the network should be psvs of 5 viewpoints, but when I look at the code, I don't see the psvs transformation when the image is put into the network to infer mpi, but psvs are in the output of the network instead. I would like to ask, in the input of network do we need psvs transformation? Where is it embodied in the procedure?

Thank you very much for your attention.
Best,
Yilei Chen

@bmild
Copy link
Collaborator

bmild commented Sep 12, 2019

The code to create PSVs from the input images and poses is baked into the Tensorflow metagraph file stored in checkpoints/ that is loaded by llff/inference/mpi_tester.py.

@GilbertRC
Copy link
Author

The code to create PSVs from the input images and poses is baked into the Tensorflow metagraph file stored in checkpoints/ that is loaded by llff/inference/mpi_tester.py.

Thank you very much for your explanations. As my questions about LLFF have been answered, I'll close this 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