Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sample strategy #22

Open
baoachun opened this issue May 21, 2024 · 1 comment
Open

sample strategy #22

baoachun opened this issue May 21, 2024 · 1 comment

Comments

@baoachun
Copy link

baoachun commented May 21, 2024

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
Copy link
Contributor

chobao commented Jun 30, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants