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
381 stars 13 forks source link

sample strategy #22

Open baoachun opened 1 month ago

baoachun commented 1 month ago

Hi, I have briefly reviewed the code and have a few questions I would like to clarify with you.

Is it reasonable to use KNN to find the 3DMM vertices adjacent to point for every sample point? Specifically, when a sample point is close to the camera but far from the object, or when a sample point is inside the mesh, could the nearest neighbor vertices found cause any anomalies?

image
chobao commented 1 week ago

Sorry for the late reply! I think KNN is ok but you need to introduce the signed distance at least because there is ambiguity at the points that have the same distance to the mesh surface but are inside and outside respectively.