Hi, thank you for providing this nice implementation.
Here in the classification network, it seems to me that you create the KNN graph using the input pts before every graph convolution layer. Therefore, the same KNN graph is computed at every layer. Shouldn't knn_graph take out as the input instead of pts for having dynamic graph updates?
Best regards.
Hi, thank you for providing this nice implementation.
Here in the classification network, it seems to me that you create the KNN graph using the input
ptsbefore every graph convolution layer. Therefore, the same KNN graph is computed at every layer. Shouldn'tknn_graphtakeoutas the input instead ofptsfor having dynamic graph updates?Best regards.