From 9d1bcc6c6d9788feaf4a5311cd231acc6e9631db Mon Sep 17 00:00:00 2001 From: "Wang, Yue" Date: Sun, 4 Feb 2018 00:39:09 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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