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

How to bypass usage of mask and get full rendered image in evaluation #2

Open
InduCherukuri opened this issue Mar 24, 2023 · 0 comments

Comments

@InduCherukuri
Copy link

          I have a couple of questions regarding the usage of mask:
  1. Is it used to reduce the memory load?
  2. How do I bypass this and get the fully rendered image in evaluation instead of masked output?

I have changed the mask at, multiple places and I'm unable to bypass it. I have also changed nerf_model.py to give full output by adding the following line
mask_pts = torch.where(mask_pts==True, False, False)
but I'm getting an error

error1

Originally posted by @InduCherukuri in #1 (comment)

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