pytorch-dgcnn
pytorch-dgcnn copied to clipboard
Pytorch implementation of Dynamic Graph CNN for Learning on Point Clouds (EdgeConv)
Results
1
pytorch-dgcnn issues
Sort by
recently updated
recently updated
newest added
Hi, thank you for providing this nice implementation. [Here](https://github.com/GrumpyZhou/pytorch-dgcnn/blob/master/networks/dgcnn.py#L75) in the classification network, it seems to me that you create the KNN graph using the input `pts` before every graph...