HTDerekLiu/neuralSubdiv

Is there implementation available for MAPS in Appendix D

jiangzhongshi opened this issue · 3 comments

Hi,

Thanks for the work and the code. I wonder if there is some pointer to the implementation of Maps, as in Appendix D?

Hi,

I couldn't find an existing implementation online, so I only have my (slow) reimplementation. Roughly speaking, you will need to change the SSP_decimation.m to do vertex removal, instead of edge collapses. The vertices get removed at each level is a maximum independent set. The rest of the "MAPS" will be very similar to neural subdivision!

Correct!