Open medif opened 4 years ago
what is the structure of the folder to segment NPM3D? most of the module in lightconvpoint are not found is there any folder named knn in lightconvpoint
Hello, Sorry for this very late response. Yes, in order to import lightconvpoint.knn, you need to import torch first. This is something that will be changed.
Hi, I have question about the way you select the radius can you please explain why you choose:
Hello, Sorry for very late response.
hi, is the file src is named knn in the code because i had the error import lightconvpoint.knn as nearest_neighbors ModuleNotFoundError: No module named 'lightconvpoint.knn' ?