From 6df5bb2f4855bad14d62e65900f83dabf355116e Mon Sep 17 00:00:00 2001 From: nvidia-sweep repair bot Date: Sun, 2 Aug 2026 14:41:52 -0500 Subject: [PATCH] fix: supply train_poses and test_poses to SceneInfo Reconstructed from original sweep finding patch(es). --- scene/dataset_readers.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scene/dataset_readers.py b/scene/dataset_readers.py index 791185d..1ccc4c4 100755 --- a/scene/dataset_readers.py +++ b/scene/dataset_readers.py @@ -444,7 +444,9 @@ def readNerfSyntheticInfo(path, white_background, eval, extension=".png"): train_cameras=train_cam_infos, test_cameras=test_cam_infos, nerf_normalization=nerf_normalization, - ply_path=ply_path) + ply_path=ply_path, + train_poses=[], + test_poses=[]) return scene_info sceneLoadTypeCallbacks = {