Open Kaktusava opened 3 years ago
Hi Kaktusava! Have you figured it out? I'm also confused with this message.
I also encountered this problem, and I'm wondering how could this happen. When will this sentence be 'true' jbu.depth_h[center] != jbu.depth_h[center]
.
Has anyone solved this problem? I aslo encountered this problem. Is the array out of bounds? Or is the value invalid?
Hi @zjhthu this line is used to check if the value is NaN
This message comes relatively late in the process so it's hard to figure out what happens but it may find its origin in a wrong data preparation.
Hi! Could you explain when the error is triggered and how I can avoid it? https://github.com/GhiXu/ACMMP/blob/f4c78f04b8a78f8565242950190df14a53fba7ab/ACMMP.cpp#L975 The method still produces good results, but always with this error, I'm confused.