superpoint_transformer
superpoint_transformer copied to clipboard
Official PyTorch implementation of Superpoint Transformer introduced in [ICCV'23] "Efficient 3D Semantic Segmentation with Superpoint Transformer" and SuperCluster introduced in [3DV'24 Oral] "Scalabl...
In an effort to see if issue #101 is caused by incompatible Python versions or not, I have set up a clean environment that uses the included `install.sh` verbatim. Running...
Hi, How do I train the model with all the points in a point cloud and not just partial points ?
## What does this PR do? Hello, As is the current state of SuperPoint Transformers, there was no clear issue template when users wanted to push github issue, leading to...
## 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...
### ✅ Code of conduct checklist - [X] 🌱 I am using the **_latest version_** of the [code](https://github.com/drprojects/superpoint_transformer/tree/master). - [X] 📙 I **_thoroughly_** went through the [README](https://github.com/drprojects/superpoint_transformer/blob/master/README.md), but could not...