add preprocess
This commit is contained in:
@@ -166,7 +166,7 @@ class NBVReconstructionDataset(BaseDataset):
|
||||
point_cloud_R = PtsUtil.random_downsample_point_cloud(
|
||||
point_cloud_R, 65536
|
||||
)
|
||||
overlap_points = DataLoadUtil.get_overlapping_points(
|
||||
overlap_points = PtsUtil.get_overlapping_points(
|
||||
point_cloud_L, point_cloud_R
|
||||
)
|
||||
downsampled_target_point_cloud = (
|
||||
|
Reference in New Issue
Block a user