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

Can you provide the preprocessing code for the s3dis data set? thank you very much #69

Closed gyy520cyaowu closed 6 months ago

gyy520cyaowu commented 6 months ago

I want to reproduce your code to complete my graduation project study, but there are no files in the processed directory of the data set. Can you provide the preprocessing code for the s3dis data set? Thank you very much.

drprojects commented 6 months ago

Hi @gyy520cyaowu thanks for your interest in our project !

All code for preprocessing, training, and evaluating on S3DIS, DALES, and KITTI-360 is available. Please refer to the README and the docs/ for getting started with this project. Also, the codebase is fairly commented 😉

PS: if you are interested in or using this project, don't forget to give our repository a ⭐, it matters to us !