cdcseacave / openMVS

open Multi-View Stereo reconstruction library
http://cdcseacave.github.io
GNU Affero General Public License v3.0
3.17k stars 891 forks source link

The new Patch-Match algorithm cancel ComputeBilateralWeight #736

Open KeoChi opened 2 years ago

KeoChi commented 2 years ago

I try to cancel ComputeBilateralWeight and set "const float weight =1" in https://github.com/cdcseacave/openMVS/blob/2155a9406b672244821ef2c2db24e0713f45f493/libs/MVS/PatchMatchCUDA.cu#L312. Then run an error: "CUDA error at UtilCUDA.h:100: too many resources requested for launch (code 7)". Look forward to your reply. Thank you.

asahdjh commented 1 year ago

Hello,KeoChi.How could you solve this problem in OPENMVS. This Problem also happens when I run the DensifyPointCloud.