zhang

Results 46 comments of zhang

> > Is there any function that can obtain the resolution of the current browser? > > Unfortunately this isn't exposed right now, you would have to modify the source...

> Q2/Q3: There's no explicit image downsampling. But otherwise we just display your image as a texture to fill the browser window, which will either be up- or down-sampled automatically...

> [@smart4654154](https://github.com/smart4654154) get canvas size `img_wh` as > > [viser/examples/04_camera_poses.py](https://github.com/nerfstudio-project/viser/blob/dc1f02f436f85fcaaaa245f7f0509524e38d3891/examples/04_camera_poses.py#L41) > > Line 41 in [dc1f02f](/nerfstudio-project/viser/commit/dc1f02f436f85fcaaaa245f7f0509524e38d3891) > > f"\tcanvas size: {client.camera.image_width}x{client.camera.image_height}" > Then, put you render_img to the background_img >...

> [@smart4654154](https://github.com/smart4654154) I use nerfview https://github.com/hangg7/nerfview > > `img_wh` set to actual size by `{client.camera.image_width}x{client.camera.image_height}` and > > def render_fn( > camera_state: nerfview.CameraState, img_wh: Tuple[int, int] > ) -> np.ndarray:...

> Does this help? https://viser.studio/latest/development/#client-development Thank you very much. This document seems unuseful I have taken the following steps Install nodejs. Install yarn. Install dependencies. cd ~/viser/src/viser/client yarn install cd...

> Also, I should point out that [KHR_gaussian_splatting](https://github.com/CesiumGS/glTF/tree/proposal-KHR_gaussian_splatting/extensions/2.0/Khronos/KHR_gaussian_splatting) is outdated and has been replaced by [KHR_spz_guassian_splats_compression](https://github.com/CesiumGS/glTF/tree/draft-splat-spz/extensions/2.0/Khronos/KHR_spz_gaussian_splats_compression). > > I added a warning to https://github.com/CesiumGS/glTF/tree/proposal-KHR_gaussian_splatting/extensions/2.0/Khronos/KHR_gaussian_splatting for anyone who stumbles on the...

You are right,thank you. when I use the left arrow or right key on the keyboard, something rotate, but Frustum rotates doesn't together, causing misalignment, so some data is not...

Thank you very much for your answer, but I am unable to use quaternions appropriately. The way I get the coordinates of frustum: 1.To simplify the problem, I use Rectangular...

thank you Are you saying that I transform the position of a Gaussian from the world coordinate system to the camera coordinate system? Then determine whether the Gaussian point of...

I found that the photos added by add_camera_frustum in ns-viewer seem to overlap with the results rendered by splatfacto, perhaps the way frustum is drawn in add_camera_frustum is helpful to...