Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYueFt authored Feb 4, 2018
1 parent ddef0fb commit eb5034b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
dgcnn
## Dynamic Graph CNN for Learning on Point Clouds
This is the implementation of DGCNN and heavily based on PointNet <a href="https://github.com/charlesq34/pointnet" target="_blank">

### 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}
}

0 comments on commit eb5034b

Please sign in to comment.