You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a couple of questions regarding the usage of mask:
Is it used to reduce the memory load?
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
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
Originally posted by @InduCherukuri in #1 (comment)
The text was updated successfully, but these errors were encountered: