microsoft / DIF-Net

Deformed Implicit Field: Modeling 3D Shapes with Learned Dense Correspondence CVPR 2021
MIT License
121 stars 19 forks source link

Correspondences between reconstruction and template #12

Open duducheng opened 1 year ago

duducheng commented 1 year ago

Hi,

I'm interested in the dense correspondence between reconstruction and template.

It looks like finding a coordinate in the template space / source shape space into a target shape space is a non-trivial problem. In your paper, you establish the correspondences using the nearest neighbors in the template space.

Is there more efficient strategy?

Thanks!

Jiancheng