Shafeeq E

Results 15 comments of Shafeeq E

Hello, Thanks, @gerwang for the interest of this problem. Maybe we can try to solve this problem together. One of the main problems I faced while trying to use the...

I think I have a similar problem, I am working on non-rigid tracking and reconstruction, so after each iteration, my surface gets updated, and unknowns need to be updated. Currently,...

Sometimes I am getting this error message also PANIC: unprotected error in call to Lua API (not enough memory)

I am not in that hurry, one more thing, I have your previous version of the library (got by contacting niessner). In that, I can able to run 100-110 iterations...

I tried the new version and got the crash after 36 iterations (same as before) with following error message. PANIC: unprotected error in call to Lua API (not enough memory)

I think the error is not because of memory leaks, similar error reported in other github projects https://github.com/OpenNMT/OpenNMT/issues/26

Hello @Mx7f Thanks for the update, I tried the new library, and now I am only doing Opt_PlanFree, since my problem is same only the dimension is different. I can...

I think I got a similar error. The building went fine but got the follwoing error while making ``` aslab@aslab-Serval-WS:~/experiments/dirt/build$ make [ 14%] Building CXX object CMakeFiles/rasterise.dir/rasterise_egl.cpp.o /home/aslab/experiments/dirt/csrc/rasterise_egl.cpp: In member...

Fixed it by downloading GL/gl.h and GL/glext.h files, Thanks