GhiXu / ACMMP

Multi-Scale Geometric Consistency Guided and Planar Prior Assisted Multi-View Stereo (TPAMI 2022)
MIT License
173 stars 28 forks source link

"worng!" mesage #8

Open Kaktusava opened 3 years ago

Kaktusava commented 3 years ago

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.

RRRaymond commented 2 years ago

Hi Kaktusava! Have you figured it out? I'm also confused with this message.

zjhthu commented 2 years ago

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].

asahdjh commented 1 year ago

Has anyone solved this problem? I aslo encountered this problem. Is the array out of bounds? Or is the value invalid?

Marsevil commented 1 year ago

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.