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

Inference on a single csv #68

Closed 20IR closed 6 months ago

20IR commented 6 months ago

Hello,

Thank you for this repository. It's excellent with amazing results.

I have got to grips with the S3DIS for loading and inference and have also got a custom dataset working! Do you have a method to convert a CSV to the preprocessed h5 file using a single Python script?

Any help is greatly appreciated.

Thank you.