Closed yuxwind closed 4 years ago
Hi yuxwind, I am glad that you find our paper interesting. :)
Currently, we don't have any plan to release GraphCNN code. It's not a small code and it requires some preprocessing steps. Including that here would divert the focus of the code. And it's not the main focus of the paper.
Having said that, I will try to list some key aspects of the Graph CNN we used. It shouldn't take much effort to implement it.
GraphCNNs haven't shown promising results in tasks which require fine grained results like garment wrinkles.
[1] Thomas N. Kipf and Max Welling. Semi-supervised classification with graph convolutional networks. In International Conference on Learning Representations (ICLR), 2017. [2] https://www.seas.upenn.edu/~nkolot/projects/cmr/ [3] https://github.com/anuragranj/coma/blob/master/lib/mesh_sampling.py
Great job! The paper reported an experiment of Graph CNN for the style-shape model. It is interesting that MLP outperforms GCN here. I would like to test some ideas based on your GCN network. Would you plan to release its code? It is also good if you can provide detailed network settings. Thanks a lot!