gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

report a bug in camera_utils.py

Open shilei-ustcer opened this issue 6 months ago • 0 comments

https://github.com/graphdeco-inria/gaussian-splatting/blob/472689c0dc70417448fb451bf529ae532d32c095/utils/camera_utils.py#L46

if resized_image_rgb.shape[1] == 4:

should be

if resized_image_rgb.shape[0] == 4: , if I do not misunderstand.

shilei-ustcer avatar Aug 21 '24 03:08 shilei-ustcer