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

Confusion on sub clouds 66.03 | 92.96 98.48 82.77 0.00 20.84 55.93 66.44 90.48 80.73 75.29 67.02 69.37 58.07

Hello @HuguesTHOMAS, thank you for providing a PyTorch implementation of KPConv. When comparing the PyTorch implementation with the Tensorflow implementation, I noticed the following difference in the initialization of kernel...

![微信图片_20220619223653](https://user-images.githubusercontent.com/74888508/174486544-a5c7136d-68f1-411f-b712-ce1287da60ef.png) Hi Dr.HuguesTHOMAS, There are 9 categories in DALES dataset, but the 0th category needs to be ignored, so there are only 8 categories in total. When I tested DALES...

Hello Sir, thanks for your excellent work. When I try to implement this work with S3DIS dataset. I met some issues: 1. When the dataset was given, I printed the...

After training 40 epochs, error happens `ValueError: It seems this dataset only containes empty input spheres`

Hi Dr.HuguesTHOMAS , ![2](https://user-images.githubusercontent.com/74888508/164612667-74fa57d9-eeee-4fcb-9ce1-5e4eacfa508c.png) ![3](https://user-images.githubusercontent.com/74888508/164612679-0c25ec39-b522-4657-a786-a9fd07efd371.png) The problem occurred after I changed very little code Traceback (most recent call last): File "/media/zt/D/PycharmProjects/KPConv-PyTorch-master/train_NPM3D.py", line 304, in trainer.train(net, training_loader, test_loader, config) File "/media/zt/D/PycharmProjects/KPConv-PyTorch-master/utils/trainer.py",...

I'm on a KITTI program and I want to do inference on my own processed data. But there's not enough space and resource on my server to store the 80g...

Hello mr.Thomas.Thank you for your wonderful work!!And I have met a new question: I have modified this dataset as the same as s3dis, but when i run the triaing process,...