diff --git a/scene/dataset_readers.py b/scene/dataset_readers.py index e1a0722..a216419 100644 --- a/scene/dataset_readers.py +++ b/scene/dataset_readers.py @@ -382,7 +382,7 @@ def readHyperDataInfos(datadir,use_bg_points,eval): video_cam_infos.split="video" - ply_path = os.path.join(datadir, "points3D_downsample.ply") + ply_path = os.path.join(datadir, "points3D_downsample2.ply") pcd = fetchPly(ply_path) xyz = np.array(pcd.points)