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
601 stars 75 forks source link

Is there any Installation guideline on windows or docker image ? #152

Closed MdRanaSarkar closed 2 months ago

MdRanaSarkar commented 2 months ago

Multiple times, I tried to install all packages in my windows environment but faced issues.

Last I'm trying to test with wsl ubuntu 24.04 on windows11. It would be better if there have any installation guideline on windows11 or docker.

drprojects commented 2 months ago

There is no installation guideline for windows, WSL, or docker, as we do not officially support any of those. As specified in the README, this project was developed on and tested for linux machines.

We would however gladly welcome a PR for porting the installation to other platforms 😉