zju3dv / NeuMesh

Code for "MeuMesh: Learning Disentangled Neural Mesh-based Implicit Field for Geometry and Texture Editing", ECCV 2022 Oral
https://zju3dv.github.io/neumesh/
MIT License
380 stars 13 forks source link

Question for the mesh #20

Closed SYSUykLin closed 4 months ago

SYSUykLin commented 7 months ago

Each vertex contains a sdf feature and texture feature. But the shape of the objects can be represented by mesh, why do we need the sdf feature?

Thx

chobao commented 7 months ago

The input mesh can be coarse (low-polygon), and not fully present the shape details.

Therefore, the sdf feature is needed to present the detailed shape information with the neural decoder and volume rendering techniques.

chobao commented 4 months ago

Close inactive issue but feel free to reopen it if you still have problems.