Bartosz Wójcik

Results 4 issues of Bartosz Wójcik

Added ability to not render 2dgs that are faced away from the camera.

Fixed missing half-pixel shift in depth unprojection functions. The PR addresses #354. Why was it missing? Let's consider a 518 px x 518 px image, with height and width H,...

CLA Signed

This PR improves image alpha channel handling in loading functions. ### Changes - The `load_and_preprocess_images` and `load_and_preprocess_images_square` functions now returns alpha masks. - The `load_and_preprocess_images` and `load_and_preprocess_images_square` now support alpha...

CLA Signed

Updated dropdown initialization parameter in viewer elements to fix "(viser) Passing ['initial_value'] as positional arguments to add_dropdown is deprecated. Please use keyword arguments instead: initial_value=default" error.