pointMLP-pytorch icon indicating copy to clipboard operation
pointMLP-pytorch copied to clipboard

[ICLR 2022 poster] Official PyTorch implementation of "Rethinking Network Design and Local Geometry in Point Cloud: A Simple Residual MLP Framework"

Results 11 pointMLP-pytorch issues
Sort by recently updated
recently updated
newest added

Hello ! Thank you for really nice work. Now, I have trained the pointMLP, but I only obtain the best accuracy is 93.2. So, I want to know whether is...

May I ask what part of the GEOMETRIC AFFINE MODULE code is? Looking forward to the author's answer

Hello ! Thank you for really nice work. Please tell me how to run your code on a multi gpu machine? secondly, how much gpu memory is needed for segmentation's...

Hello, thank you for providing the code. I just started learning about pointcloud and there are a few things I don't understand. (1). What is the role of embedding layer...

Thanks for sharing. However I'm having trouble configuring the environment: Unable to import pointnet2_utils in pointnet2_modules.py

Hi all, thank you for your repo and research contribution. I noticed that there are some mixups in the evaluation's output which can confuse, e.g. "Max" instead of "Mean" instance...

Hi, It's a nice job. Could you please tell how do you rendering point cloud in the paper like figure 2, as shown in the below. ![image](https://github.com/ma-xu/pointMLP-pytorch/assets/84617754/468d2fcc-50fb-4b3c-928c-45a4d27c061f)

RuntimeError: false INTERNAL ASSERT FAILED at "pointnet2_ops\\_ext-src\\src\\sampling.cpp":83, please report a bug to PyTorch. CPU not supported

Hi thanks for your sharing. However, I am curious about your initialization of point embeddings. You used a Conv1D to initialize the point feature, where the input channel is 3,...

Thanks so much for your work! @ma-xu I also try to train the model on ScanobjectNN ds with the hyperparameter for 200 epochs. But there is a degree of over-fitting....