Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwijmans authored Nov 15, 2018
1 parent ca729e7 commit dacbff4
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Pointnet2/Pointnet++ PyTorch
=================
============================

Implemention of `Pointnet2/Pointnet++ <https://github.com/charlesq34/pointnet2>`_ written in `PyTorch <http://pytorch.org>`_.
Implemention of Pointnet2/Pointnet++ written in `PyTorch <http://pytorch.org>`_.

Official code release for the paper (in tensorflow): https://github.com/charlesq34/pointnet2

The custom ops used by Pointnet++ are currently **ONLY** supported on the GPU using CUDA.

Expand All @@ -18,3 +20,24 @@ Two training examples are provided by ``pointnet2/train/train_sem_seg.py`` and `

The scripts expect that you are in the root directory and have that directory added to your ``PYTHONPATH``,
i.e ``export PYTHONPATH=$(pwd):${PYTHONPATH}``


Citation
--------

::

@article{pytorchpointnet++,
Author = {Erik Wijmans},
Title = {Pointnet++ Pytorch},
Journal = {https://github.com/erikwijmans/Pointnet2_PyTorch},
Year = {2018}
}

@inproceedings{qi2017pointnet++,
title={Pointnet++: Deep hierarchical feature learning on point sets in a metric space},
author={Qi, Charles Ruizhongtai and Yi, Li and Su, Hao and Guibas, Leonidas J},
booktitle={Advances in Neural Information Processing Systems},
pages={5099--5108},
year={2017}
}

0 comments on commit dacbff4

Please sign in to comment.