Rohan Chacko

Results 7 issues of Rohan Chacko

I am rendering a scene with a spotlight and a mesh object. Is it possible to retrieve the rendered per-vertex colors of the mesh object with the effect of lighting?

I would like to create a custom compat (LabelCompatibility) function i.e. a Truncated Linear function. How would I go about this? What files would I have to modify?

Hi I am pretty new to pyvista and was looking to convert a numpy (n,3) array to a watertight mesh. I have a pointcloud like this (zoomed in): ![pointcloud](https://user-images.githubusercontent.com/8079868/82996182-a9198200-a015-11ea-8fa4-063d3d7637ea.png) And...

help-wanted

Hi, Thanks for the great work! Is there a way to extract complete frame depth maps?

I want to rasterize a tile per pixel. May I know the reasoning behind the lower limit on block size? https://github.com/nerfstudio-project/gsplat/blob/c54fe8b5fa54f0c1b64c576da62516265e4d3dc8/gsplat/rasterize.py#L53

Hi, Is there a reason for camera rescaling being applied twice - both in dataparser and dataset classes? Is `scale_factor` and `downscale_factor` supposed to mean different things? Thanks! https://github.com/nerfstudio-project/nerfstudio/blob/492fa0e67b238a1ca3158a37845aec313e5deb23/nerfstudio/data/dataparsers/nerfstudio_dataparser.py#L276 https://github.com/nerfstudio-project/nerfstudio/blob/492fa0e67b238a1ca3158a37845aec313e5deb23/nerfstudio/data/datasets/base_dataset.py#L55

Can we have keyboard shortcuts for yaw, pitch and roll of the camera? It would make it easier to navigate large scale scenes without fiddling with the rotation tool. Thanks!