diff --git a/README.md b/README.md index dc2e96b..af565cf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Dynamic Graph CNN for Learning on Point Clouds -This is the implementation of DGCNN and heavily based on PointNet +This is the implementation of DGCNN and heavily based on https://github.com/charlesq34/pointnet ### Classification 1. python train.py @@ -14,3 +14,6 @@ Please cite this paper if you want to use it in your work, journal={arXiv preprint arXiv:1801.07829}, year={2018} } + +### License +MIT License