valeoai / LightConvPoint

Other
65 stars 15 forks source link

Setup.py #7

Open medif opened 4 years ago

medif commented 4 years ago

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' ?

medif commented 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

aboulch commented 3 years ago

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.

medif commented 3 years ago

Hi, I have question about the way you select the radius can you please explain why you choose:

aboulch commented 3 years ago

Hello, Sorry for very late response.