drprojects / superpoint_transformer

Official PyTorch implementation of Superpoint Transformer introduced in [ICCV'23] "Efficient 3D Semantic Segmentation with Superpoint Transformer" and SuperCluster introduced in [3DV'24 Oral] "Scalable 3D Panoptic Segmentation As Superpoint Graph Clustering"
MIT License
508 stars 65 forks source link

is it a typo? #128

Closed ZhangYaoll closed 2 weeks ago

ZhangYaoll commented 2 weeks ago

in file /superpoint_transformer_tutorial.ipynb, 4.1. Instantiating transforms from configs/n: from src.transforms import instantiate_datamodule_transforms, do you mean instantiate_transforms?

tejaswi-digumarti-oxb commented 2 weeks ago

Please pull the repo again. It was fixed recently. See #126