SubdivNet
SubdivNet copied to clipboard
Subdivision-based Mesh Convolutional Networks.
Hi, I'm wondering will you release the code for shape correspondence tasks with labelled datasets?
Thanks for sharing the code of your nice work! I've been trying to apply the framework to my own dataset for segmentation. As I understood, the dataroot contains the folders...
I'm trying to use your script `datagen_maps.py` to preprocess some meshes in order to feed them to SubDivNet. The meshes are obtained with marching cubes and I tried different resolutions...
Hi, thanks for you great paper and code! When I want to make use of the new dataset Manifold40 you proposed from tsinghua cloud to training my own model, I...
Hi so I saw the datagen_maps.py being used with the airplane.obj my obj files are in the same format but, airplane.obj has Vertices: 252, Faces: 500 and is being converted...
I can not download dataset for segmentation. And 'raw' folder and .eseg files are missed. Can you check the problem?
I'm a little confused about the implementation detail of the MAPS algorithm. In the function `reparameterize`, what is the use of the step `split_triangles_on_segments`? It seems add new vertex into...
Hello! Can we use this model for a global regression task? If so, what changes would need to be mande? Thanks a lot in advance!