David

Results 2 issues of David

from knn_cuda import KNN File "E:\ProgramFiles\Anaconda3\envs\pytorch37\lib\site-packages\knn_cuda\__init__.py", line 38, in _knn = load_cpp_ext("knn") File "E:\ProgramFiles\Anaconda3\envs\pytorch37\lib\site-packages\knn_cuda\__init__.py", line 33, in load_cpp_ext with_cuda=True File "E:\ProgramFiles\Anaconda3\envs\pytorch37\lib\site-packages\torch\utils\cpp_extension.py", line 1091, in load keep_intermediates=keep_intermediates) File "E:\ProgramFiles\Anaconda3\envs\pytorch37\lib\site-packages\torch\utils\cpp_extension.py", line 1317,...

Hi, I have read UVNet and I think it is a good study. I saw the experiment of ABC dataset segmentation in the article. I want to ask how this...