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
545 stars 71 forks source link

dataset config File Not Found (Link not referencing) #67

Closed seemab-yamin closed 6 months ago

seemab-yamin commented 7 months ago

I was reading the datasets documentation and the data module link is not referring to the source.

Each dataset has a "mini" version which only processes a portion of the data, to speed up experimentation. To use it, set your the dataset config of your choice:

Missing Link: https://github.com/TheaResearch/Segmentation_SuperPoint/blob/master/docs/configs/datamodule

Please fix this and Let me know if you need anything else from me. Thanks.

drprojects commented 6 months ago

Hi @seemab-yamin, thanks for pointing this out, I will modify the link in the next big release coming soon.

PS: if you use or simply like this project, don't forget to give it a ⭐, it means a lot to us !

drprojects commented 6 months ago

Hi all, I finally released the v2 of this project, which should address this issue :partying_face:

Closing this issue for now, feel free to re-open if need be.