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

Missing function instantiate_datamodule_transforms() #126

Closed tejaswi-digumarti-oxb closed 2 weeks ago

tejaswi-digumarti-oxb commented 2 weeks ago

In the file superpoint_transformer_tutorial.ipynb section 4.1 says to use the function instantiate_datamodule_transforms to convert the cfg.datamodule to a transforms_dict.

This function does not exist. How do I instantiate the transforms_dict ? Is there an alternate way?

drprojects commented 2 weeks ago

Indeed, seems like part of my last commit had been lost in the process. Just pushed missing files, should fix the issue.

PS: If you ❤️ or use this project, don't forget to give it a ⭐, it means a lot to us !