You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use opt to optimize the process of 3d reconstruction on ubuntu16 and cuda 8. When I run it until the frame of 18th , the program crash and errors occur:
src/terralib.lua:4034: error loading terra module ad from file ../Opt/API/src/ad.t:
not enough memory
My computer uses only 50% of its memory. so i though the problem is not enough memory. i don't know how to solve this problem , I guess this problem may caused by memory leak, but I didn't find any objects that need to be released . So I want to ask you for advice . Thank you!
The text was updated successfully, but these errors were encountered:
LiuXinqi12
changed the title
src/terralib.lua:4034: error loading terra module ad from file /home/liuxinqi/study/dynamicfusion-master/deps/Opt/API/src/ad.t: not enough memory
src/terralib.lua:4034: error loading terra module ad from file ../Opt/API/src/ad.t: not enough memory
May 14, 2019
That does seem like a memory leak. Are you creating and destroying an Opt problem every frame? Is there a reason you cannot just reuse one for each frame?
I use opt to optimize the process of 3d reconstruction on ubuntu16 and cuda 8. When I run it until the frame of 18th , the program crash and errors occur:
src/terralib.lua:4034: error loading terra module ad from file ../Opt/API/src/ad.t:
not enough memory
My computer uses only 50% of its memory. so i though the problem is not enough memory. i don't know how to solve this problem , I guess this problem may caused by memory leak, but I didn't find any objects that need to be released . So I want to ask you for advice . Thank you!
The text was updated successfully, but these errors were encountered: