diff --git a/README.md b/README.md index b78163e..dc2e96b 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -dgcnn +## Dynamic Graph CNN for Learning on Point Clouds +This is the implementation of DGCNN and heavily based on PointNet + +### Classification +1. python train.py +2. After training finishes, python evalutate.py + +### Citation +Please cite this paper if you want to use it in your work, + + @article{dgcnn, + title={Dynamic Graph CNN for Learning on Point Clouds}, + author={Yue Wang, Yongbin Sun, Ziwei Liu, Sanjay E. Sarma, Michael M. Bronstein, Justin M. Solomon}, + journal={arXiv preprint arXiv:1801.07829}, + year={2018} + }