Update dataset_readers.py
change points3D_downsample to points3D_downsample2.
This commit is contained in:
parent
6c2508ae4b
commit
5c5d479e87
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user