weigao95 / surfelwarp

SurfelWarp: Efficient Non-Volumetric Dynamic Reconstruction
https://sites.google.com/view/surfelwarp/home
BSD 3-Clause "New" or "Revised" License
279 stars 71 forks source link

Problem when running my examples #75

Open WangYixuan12 opened 3 years ago

WangYixuan12 commented 3 years ago

Hi! I am new to CUDA. When I run my examples with the same image size and intrinsics, everything works well. However, when I used examples with different image sizes (1280*720 in this case), I encountered the following error.

Error:  /home/yixuan/surfelwarp/core/warp_solver/NodePair2TermsIndex.cu:254

Even I downsampled images, the error still exists. This time error appeared at a different location but the same cudaSafeCall(cudaMemcpyAsync(...)) function. Do you have any ideas or suggestions about how to debug this error? Here is the example causing the problem: https://drive.google.com/drive/folders/14lIaURgeYLTmeyIy-iyBc3HdUCUdz30b?usp=sharing