diff --git a/datasets/Scannet.py b/datasets/Scannet.py index 91c7097..474f55e 100755 --- a/datasets/Scannet.py +++ b/datasets/Scannet.py @@ -229,7 +229,7 @@ def prepare_pointcloud_ply(self): segIndices = np.array(segmentations['segIndices']) # Get objects classes - with open(join(path, scene, scene + '_vh_clean.aggregation.json'), 'r') as f: + with open(join(path, scene, scene + 'aggregation.json'), 'r') as f: aggregation = json.load(f) # Loop on object to classify points