Skip to content

fix: supply train_poses and test_poses to SceneInfo - #121

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/dataset-readers-supply-train-poses-and-test-poses-to
Open

fix: supply train_poses and test_poses to SceneInfo#121
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/dataset-readers-supply-train-poses-and-test-poses-to

Conversation

@andrewwhitecdw

Copy link
Copy Markdown

Problem

fix: supply train_poses and test_poses to SceneInfo

Fix

Replace:

    scene_info = SceneInfo(point_cloud=pcd,
                           train_cameras=train_cam_infos,
                           test_cameras=test_cam_infos,
                           nerf_normalization=nerf_normalization,
                           ply_path=ply_path)
    return scene_info

with:

    scene_info = SceneInfo(point_cloud=pcd,
                           train_cameras=train_cam_infos,
                           test_cameras=test_cam_infos,
                           nerf_normalization=nerf_normalization,
                           ply_path=ply_path,
                           train_poses=[],
                           test_poses=[])
    return scene_info

Files changed

  • scene/dataset_readers.py

Reconstructed from original sweep finding patch(es).
@andrewwhitecdw
andrewwhitecdw force-pushed the bugfix/dataset-readers-supply-train-poses-and-test-poses-to branch from b51a7d4 to 6df5bb2 Compare August 2, 2026 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant