From 5b7ecb418c7d9a98fdbb0414c0b72a8dfbe73c0e Mon Sep 17 00:00:00 2001 From: HuguesTHOMAS Date: Mon, 27 Apr 2020 19:33:58 -0400 Subject: [PATCH] Corrections --- datasets/S3DIS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasets/S3DIS.py b/datasets/S3DIS.py index 0816516..dfbcf51 100644 --- a/datasets/S3DIS.py +++ b/datasets/S3DIS.py @@ -130,7 +130,7 @@ class S3DISDataset(PointCloudDataset): # Prepare ply files ################### - #self.prepare_S3DIS_ply() + self.prepare_S3DIS_ply() ################ # Load ply files