Hsueh-Ti Derek Liu
Hsueh-Ti Derek Liu
I guess the mesh scale may be incorrect? Here are some pre-trained weights on centaur and subdivision results for you to debug. https://drive.google.com/file/d/197Nm5Z6uI6uHmf-xWXWH0ljXrUuwobzk/view?usp=sharing
The method is *not* scale invariant so we normalize the mesh to a unit box. In the previous data, `*_s0.obj`, `*_s1.obj`, `*_s2.obj` are the subdivision results. `*_target.obj` are the target...
We estimate the mapping between the subdivided mesh and the coarse mesh using exactly the idea you mentioned -- the mid point relationship. The barycentric coordinates is used to represent...