Skip to content

Commit dacbff4

Browse files
authored
Update README.rst
1 parent ca729e7 commit dacbff4

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

README.rst

+25-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Pointnet2/Pointnet++ PyTorch
2-
=================
2+
============================
33

4-
Implemention of `Pointnet2/Pointnet++ <https://github.com/charlesq34/pointnet2>`_ written in `PyTorch <http://pytorch.org>`_.
4+
Implemention of Pointnet2/Pointnet++ written in `PyTorch <http://pytorch.org>`_.
5+
6+
Official code release for the paper (in tensorflow): https://github.com/charlesq34/pointnet2
57

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

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

1921
The scripts expect that you are in the root directory and have that directory added to your ``PYTHONPATH``,
2022
i.e ``export PYTHONPATH=$(pwd):${PYTHONPATH}``
23+
24+
25+
Citation
26+
--------
27+
28+
::
29+
30+
@article{pytorchpointnet++,
31+
Author = {Erik Wijmans},
32+
Title = {Pointnet++ Pytorch},
33+
Journal = {https://github.com/erikwijmans/Pointnet2_PyTorch},
34+
Year = {2018}
35+
}
36+
37+
@inproceedings{qi2017pointnet++,
38+
title={Pointnet++: Deep hierarchical feature learning on point sets in a metric space},
39+
author={Qi, Charles Ruizhongtai and Yi, Li and Su, Hao and Guibas, Leonidas J},
40+
booktitle={Advances in Neural Information Processing Systems},
41+
pages={5099--5108},
42+
year={2017}
43+
}

0 commit comments

Comments
 (0)