We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c3342 commit 30a3480Copy full SHA for 30a3480
README.rst
@@ -1,9 +1,9 @@
1
-Pointnet2 PyTorch
+Pointnet2/Pointnet++ PyTorch
2
=================
3
4
-Partial implemention of `Pointnet2 <https://github.com/charlesq34/pointnet2>`_ written in `PyTorch <http://pytorch.org>`_.
+Implemention of `Pointnet2/Pointnet++ <https://github.com/charlesq34/pointnet2>`_ written in `PyTorch <http://pytorch.org>`_.
5
6
-The custom ops used by Pointnet2 are currently **ONLY** supported on the GPU using CUDA.
+The custom ops used by Pointnet++ are currently **ONLY** supported on the GPU using CUDA.
7
8
Building CUDA kernels
9
---------------------
0 commit comments