From 7abc855ac9fe4f9ada3f75f1e45c7a1afa730f8f Mon Sep 17 00:00:00 2001 From: Jiacheng Liu <87593650+GeoSur@users.noreply.github.com> Date: Wed, 12 Nov 2025 19:18:53 +1100 Subject: [PATCH] Update print statement and training file path Hi Thomas, I just made some slight revisions for this code, if I find something can be improved futher, I will submit it again. Thank you for your work! --- datasets/NPM3D.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/datasets/NPM3D.py b/datasets/NPM3D.py index f0e1d303..37b32180 100644 --- a/datasets/NPM3D.py +++ b/datasets/NPM3D.py @@ -102,7 +102,6 @@ def __init__(self, config, set='training', use_potentials=True, load_data=True): self.use_potentials = use_potentials # Path of the training files - # self.train_path = 'original_ply' self.train_path = 'train' self.original_ply_path = 'original_ply' @@ -112,8 +111,8 @@ def __init__(self, config, set='training', use_potentials=True, load_data=True): # Proportion of validation scenes self.cloud_names = ['Lille1_1', 'Lille1_2', 'Lille2', 'Paris', 'ajaccio_2', 'ajaccio_57', 'dijon_9'] self.all_splits = [0, 1, 2, 3, 4, 5, 6] + # Select the validation set here self.validation_split = 1 - # self.test_cloud_names = ['ajaccio_2', 'ajaccio_57', 'dijon_9'] self.test_splits = [4, 5, 6] self.train_splits = [0, 2, 3] @@ -653,7 +652,7 @@ def random_item(self, batch_i): def prepare_NPM3D_ply(self): - print('\nPreparing ply files') + print('\nPreparing NPM3D ply files') t0 = time.time() # Folder for the ply files