【文献笔记】AAAI 2018 | DGCNN
参考笔记:
https://zhuanlan.zhihu.com/p/85857744
https://zhuanlan.zhihu.com/p/425724743
https://zhuanlan.zhihu.com/p/267895014
AAAI 2018:Dynamic Graph CNN for Learning on Point Clouds
论文:https://arxiv.org/abs/1801.07829
源码:https://github.com/WangYueFt/dgcnn/tree/master(原作者,Pytorch版只实现了分类模型)
https://github.com/antao97/dgcnn.pytorch/tree/master(更推荐,其他人实现的Pytorch版,包含分类、部件分割、语义分割)
目录
1. EgdeConv
2. Dynamic Graph
3. 与现有方法的比较
4. DGCNN_seg