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
560 stars 72 forks source link

How to apply a trained model on an unlabeled point cloud file (.ply)? #138

Closed TaugenichtsZZY closed 1 month ago

TaugenichtsZZY commented 2 months ago

I tried to complete the training on the DALES dataset, and now I want to use the weights obtained from the training for semantic segmentation of an unfamiliar, unlabeled pointcloud(.ply). Is there any way to do this? Thanks a lot!

IsraelAbebe commented 1 month ago

check this out #136 here

TaugenichtsZZY commented 1 month ago

check this out #136 here

Thank you very much. I'll check it out.

drprojects commented 1 month ago

I recently gave a tutorial specifically targeted for this. Have a look at the notebook and corresponding video.

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