mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2025-04-02 00:34:58 +00:00
Merge dcbd26dcea
into 8a70a8cd6f
This commit is contained in:
commit
cbe530251c
@ -94,7 +94,7 @@ def readColmapCameras(cam_extrinsics, cam_intrinsics, images_folder):
|
||||
else:
|
||||
assert False, "Colmap camera model not handled: only undistorted datasets (PINHOLE or SIMPLE_PINHOLE cameras) supported!"
|
||||
|
||||
image_path = os.path.join(images_folder, os.path.basename(extr.name))
|
||||
image_path = os.path.join(images_folder, extr.name)
|
||||
image_name = os.path.basename(image_path).split(".")[0]
|
||||
image = Image.open(image_path)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user