Update dataset_readers.py

change points3D_downsample to points3D_downsample2.
This commit is contained in:
Geralt_of_Rivia 2024-03-28 22:27:06 +08:00 committed by GitHub
parent 6c2508ae4b
commit 5c5d479e87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)