We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This line is unnecessary, remove fake image to avoid memory overhead: https://github.com/NVIDIAGameWorks/kaolin/blob/master/kaolin/render/camera/gsplats.py#L58
The text was updated successfully, but these errors were encountered:
E.g. constructor can work as follows:
return GSCamera(colmap_id=0, R=R, T=T, FoVx=fovx, FoVy=fovy, image=torch.zeros((3, height, width)) if needs_fake_image else None, # fake data_device=device, gt_alpha_mask=None, image_name='fake', uid=0, width=width, height=height)
Sorry, something went wrong.
No branches or pull requests
This line is unnecessary, remove fake image to avoid memory overhead:
https://github.com/NVIDIAGameWorks/kaolin/blob/master/kaolin/render/camera/gsplats.py#L58
The text was updated successfully, but these errors were encountered: