pointconv_pytorch icon indicating copy to clipboard operation
pointconv_pytorch copied to clipboard

pytorch version of PointConv

Results 10 pointconv_pytorch issues
Sort by recently updated
recently updated
newest added

when i train my dataset without normal i get and error: RuntimeError: Given groups=1, weight of size 64 6 1 1, expected input[32, 3, 32, 512] to have 6 channels,...

Thank you for your excellent work!! After reading your paper and code, I'm confused about density calculation. I have tested on my own data. I found that the density calculated...

A error occur when i try download the pretrain model in checkpoints. It print the error as: batch response: This repository is over its data quota. Account responsible for LFS...

As written using TensorFlow here: https://github.com/DylanWusee/pointconv

What is the difference between PointConvSetAbstraction and PointConvDensitySetAbstraction? Why is PointConvSetAbstraction better than PointConvDensitySetAbstraction when I test?

I want to use 2d image to train the network. How can I convert the dataset into point cloud and feed it into the network?