spiralnet_plus
spiralnet_plus copied to clipboard
SpiralNet++: A Fast and Highly Efficient Mesh Convolution Operator (ICCV-W 2019)
Hello Shunwang Gong, I am trying to train the reconstruction model on a Tesla K40 (12GB memory) but unfortunately running out of GPU memory mid-way training. I'm training the network...
Hello, This is more of an observation than an issue. I spent a considerable time setting up the environment and getting everything to work correctly (especially the CUDA versions of...
Thanks for sharing your code. I have a dataset of 3D meshes having a different number of vertices. The size of convolution layers depends on indices parameter and they are...
Hi, Thanks for your code and paper. It looks concise and great. I have a quick question here and hope you could give me some directions. In the FAUST experiment,...
where can we find the code for shape reconstruction? Thanks!
Hi, I want to run your model on my custom dataset. I'm struggling with how to run the model with the mesh template which I have. Can you please help....
As I understood, in the encoders' forward of the reconstruction model, pooling operation only preserves features of the predefined (by the transform.pkl file) vertices. Since there is no averaging or...