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

Proposition to help debugging the SPT installation for non supported CUDA versions #156

Open gardiens opened 2 weeks ago

gardiens commented 2 weeks ago

What does this PR do?

Superpoint Transformers rely on ( a lot ) of highly GPU optimized dependency ( ex: Pytorch and Pytorch geometric) . Those dependency installlation can be quite tricky if your CUDA versions differ from the one provided in the readme.md.
I mainly met 4 errors when I tried to install SPT on some device:

Those tests is not exhaustive but it helped me tremendously to identify when ( and where) install.sh failed when I had to change clusters.

Before submitting

Did you have fun?

Make sure you had fun coding 🙃