mihaibujanca / dynamicfusion

Implementation of Newcombe et al. CVPR 2015 DynamicFusion paper
BSD 3-Clause "New" or "Revised" License
394 stars 105 forks source link

Error in running the last part with Opt #62

Open chenxingshenSecond opened 6 years ago

chenxingshenSecond commented 6 years ago

After visualization of images, I got errors related to OPT and CUDA:

[string ""]:137: cuInit: cuda reported error -1 stack traceback: [C]: in function 'error' [string ""]:137: in function 'localversion' [string ""]:236: in function 'cudacompile' ...Fusion2-mihaibujanca-underdevelopment/Opt/API/src/util.t:873: in function 'makeGPUFunctions' ...anca-underdevelopment/Opt/API/src/solverGPUGaussNewton.t:751: in function 'compilePlan' ...micFusion2-mihaibujanca-underdevelopment/Opt/API/src/o.t:870: in function <...micFusion2-mihaibujanca-underdevelopment/Opt/API/src/o.t:862> [C]: in function 'xpcall' ...micFusion2-mihaibujanca-underdevelopment/Opt/API/src/o.t:862: in function <...micFusion2-mihaibujanca-underdevelopment/Opt/API/src/o.t:861> dynamicfusion: /home/testtest/DynamicFusion2-mihaibujanca-underdevelopment/deps/Opt/examples/shared/OptSolver.h:56: OptSolver::OptSolver(const std::vector&, const string&, const string&, bool): Assertion `m_plan' failed. Aborted (core dumped)

liushuangliuliu commented 4 years ago

i have the same question,have you solved??