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

Kernel Point Convolution implemented in PyTorch

Results 95 KPConv-PyTorch issues
Sort by recently updated
recently updated
newest added

Hi,Thomas, could you share the code in pytorch for training on shapeNet ? thank you very much!

Hi HuguesTHOMAS! Thank you for your awesome work! I followed readme.md and successfully test your pretrained model, but when I train your model, I found that the validation loss varied...

Hi, Thanks for the clean code and your work on point cloud segmentation. Currently, I completed training model (**train_S3DIS.py)** on my custom dataset (Large scale point cloud) and got **mean...

Hi, I'm having an issue during the preprocessing step with max_in limit dictionary when training SemanticKITTI(similar to #16 and #1). ``` Check max_in limit dictionary "balanced_4.000_0.060": ? Traceback (most recent...

Hello Thomas, Thank you for the open-sourced code. I am using your network to model safety-related assets like lights, exit signs, and fire alarms in an indoor scene. For this...

Hello Mr.Thomas. Thank you for your wonderful work. When I run my own data set, I get an error. (Error Description) ________________________________________________________ RuntimeError: Caught RuntimeError in DataLoader worker process 0....

Hello, I am planning to use the KPConv-PyTorch. But I need some help installing this on my device. I am fairly new to this environment, perhaps I do not understand...

Hi, I tried to run the test_models.py on a single sequence folder (e.g 15) of the SemanticKitti dataset. However, I encountered cuda out of memory issues. May I know what...

Hi, Nice job! When I read your code in the line 148 in the "test_models.py", I was some confused, Was it stand for the validation number of dataset?

Thanks for your work, the program was killed when I was running test_models.py. Hopefully you can tell me which parameters to change that can change it. We look forward to...