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

Running time increase of PixelNeRFNet forward()? #56

Open
ty625911724 opened this issue Nov 23, 2022 · 0 comments
Open

Running time increase of PixelNeRFNet forward()? #56

ty625911724 opened this issue Nov 23, 2022 · 0 comments

Comments

@ty625911724
Copy link

During rendering, in the "composite()" in nerf.py, sample points will be split in to multiple batches, then run the PixelNeRFNet's forward() multiple times.

However, during tests, I found the running time of PixelNeRFNet forward() will increase during loops.
For example, in 10st loops, forward() just cost about 0.0015s. While in following loops, running time of forward() increase abruptly and cost about 0.18s.
This problem makes the rendering very slow. So, how can we avoid this undesirable increase?

Looking forward to your reply, thanks!

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