lzhengning / SubdivNet

Subdivision-based Mesh Convolutional Networks.
MIT License
247 stars 34 forks source link

Confused about the implementation of MAPS #39

Open nagisa-eevee opened 1 year ago

nagisa-eevee commented 1 year ago

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 ParamMesh. Does there any corresponding step in the MAPS paper?(May be the chapter 4.2 "Smoothing the Parameterization"?) Thanks in advance!