Closed chenxhhh closed 3 years ago
Thank you for your feedback. This is because the node sampling method is uniform. When the model points are not very uniform and the sampling radius is small, some sampling points are not covered by any mesh vertices, and this error will be caused. So 1) Make sure that there are no isolated vertices in the input source model. 2) Increase node sampling radius of deformation graph by setting "paras.uni_sample_radio" with a bigger value in "main.cpp". This operation will work.
Thank you for your reply. It works now.
hello, could I ask how you solved this question?by changing the "uni_sample_radio" parameter?
Thank you for your reply. It works now.
hello, I change the parameter called "uni_sample_radio", but the error "Some points cannot be covered under the specified radius, please increase the radius" is still exist. Have you ever come across this problem?
hello, I have same problem too. I have tried to apply this code to the meshes attached below. I've tried several values of "uni_sample_radio", but they all failed. Can you give me any advice ?
I use this code for face rigistration. when I ran this code, the error occured. this is the source img
this is the target img
I would be appreciate it if you can tell me how to fix this error.