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 = {