zhang
zhang
By the way,maybe my data cause this error?
> It might be the background color that is tricking your eyes. From the images you post it seems like you were using black background to render when using SIBR...
> When I render the scene and get the depth map, I can get the depth value of each pixel. How can I use these depth values and the xy...
> Hello! > > I think there's two possibilities here: > > 1. If you're using Nerfstudio and the rendered Gaussians are sent using `set_background_image()`, we have depth compositing support....
@brentyi could you help me?thank you
> Hi [@smart4654154](https://github.com/smart4654154), sorry for the late reply I've been on some deadlines! > > Based on what you described this does look like just the depth compositing feature. When...
> Hi [@smart4654154](https://github.com/smart4654154)! Can you see if this function/docstring helps? http://viser.studio/versions/0.2.23/scene_handles/#viser.CameraFrustumHandle.compute_canonical_frustum_size thank you I use compute_canonical_frustum_size(),but Nothing has changed. Did I do something wrong? this is code: a=server.scene.add_camera_frustum( "/frustum", wxyz=(1.0,...
I visited https://www.cvlibs.net/datasets/kitti-360/demo.php And I saw your demo. In the demo, I can only rotate and scale within a limited range. Now I want to port it to my project....
Thank you very much for your reply I would like to know more about this content. Can you give me some suggestions? When I rotate in the viewer, the Python...
> Hello! > > Q1: For getting more information about `getFilmWidth` / `getFilmHeight`, your best bet is probably Google. Or, here's the threejs docs page: https://threejs.org/docs/#api/en/cameras/PerspectiveCamera.getFilmHeight > > Q2/Q3: There's...