KPConv-PyTorch icon indicating copy to clipboard operation
KPConv-PyTorch copied to clipboard

Compilation File Problem in Ubuntu System

Open xrzmyz opened this issue 1 year ago • 1 comments

Hello Thomas, first of all thanks for your amazing work, I compiled a file named 'compile_wrappers.sh' under the Ubuntu system and obtained several files with the suffix '. o', which are similar to 'grid_subsampling. o' files. How can I use them? Looking forward to your reply!

xrzmyz avatar May 13 '23 02:05 xrzmyz

Look at: https://github.com/HuguesTHOMAS/KPConv-PyTorch/blob/680296878d238e6bdb798c190120062a46f492d1/datasets/common.py#L34-L36

where the built function are imported and used in python

HuguesTHOMAS avatar May 15 '23 13:05 HuguesTHOMAS