POSTECH-CVLab / point-transformer

This is an unofficial implementation of the Point Transformer paper.
509 stars 99 forks source link

Installing/Compiling pointops on recent pytorch and cuda versions #78

Closed bjoukovs closed 1 year ago

bjoukovs commented 1 year ago

Here are some indicators on how to install pointops using more recent versions of pytorch and cuda. I was initially unable to install the binaries using the recommended configuration of the repository. I couldn't find the exact solution in the existing issues.

First, here is my configuration for reference: Ubuntu 22.04.3 GPU RTX 2080 Ti Pytorch 2.1.0 nvcc 11.5 cudatoolkit 11.8

The key to solve the installation issues was to

I hope this helps other people struggling to install pointops on more recent configurations (I think this should also work for earlier versions of pytorch)