mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2025-03-31 15:50:00 +00:00
Merge 933aa7d210
into 8a70a8cd6f
This commit is contained in:
commit
c63626e81e
@ -43,7 +43,7 @@ def loadCam(args, id, cam_info, resolution_scale):
|
||||
gt_image = resized_image_rgb[:3, ...]
|
||||
loaded_mask = None
|
||||
|
||||
if resized_image_rgb.shape[1] == 4:
|
||||
if resized_image_rgb.shape[0] == 4:
|
||||
loaded_mask = resized_image_rgb[3:4, ...]
|
||||
|
||||
return Camera(colmap_id=cam_info.uid, R=cam_info.R, T=cam_info.T,
|
||||
|
Loading…
Reference in New Issue
Block a user