ToothGroupNetwork
ToothGroupNetwork copied to clipboard
installing pointops
I have same pytorch and cuda versions on Windows and Ubuntu.
Pointops could be installed correctly and worked correctly on Windows, but when I use Ubuntu, it could be installed correctly but worked incorrectly.
To be detail, pointops_cuda functions throws "CUDA error: no kernel image is available for execution on the device"
People who encountered this problem could try to install original pointops from https://github.com/POSTECH-CVLab/point-transformer/tree/master/lib, that works for me.