-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error generating kfusion files #58
Comments
Hi, apologies for the delay. What host compiler (and version) are you using? |
Hi there, I am facing the same issue: /home/yaqub/dynamicfusion/kfusion/src/warp_field.cpp:157:13: error: ‘struct ceres::Solver::Options’ has no member named ‘num_linear_solver_threads’ /home/yaqub/dynamicfusion/deps/Opt/examples/external/mLib/include/../src/core-math/triangleIntersection.cpp:497:50: warning: backslash and newline separated by space /home/yaqub/dynamicfusion/kfusion/src/capture.cpp:105:49: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] NVIDIA Driver Version: 396.26 |
In fact, everything goes well till the line before the last in build.sh (make -j4), where I get the errors that I mentioned above. Commenting out 157th line in warp_field.cpp stops the error, but I don't think this is the solution for the error. |
Hi @YJonmo, Firstly, the two problems might generate the same error but are almost certainly unrelated. Looks like it's coming from ceres, they have removed I'll push a change soon, but all you need to do is replace |
I did what you said and still it gives error when running make -j4. Thanks |
Is it the same error though? |
Sorry I might have done something wrong, but here is the details I did: but I got: |
My bad, apologies. It was just |
num_threads is already there, so commenting the num_threads_used should be the solution? |
Yeah that should work. |
@mihaibujanca haha, thanks man, I should read to the bottom |
Hello, I've been trying to build this project but I'm facing some issue that I'm not sure how I could correct them, like:
I installed Cuda 9.2, and even though I couldn't find the 375.66 nvidia drivers in 'additional drivers', If i remember well when I tried to update nvidia-375 it displayed that it was up to date as drivers version 396.
I don't really know what to check now, I saw an old topic related to kinect lines in cmake to remove (#33) but I don't want to make any mistake so, if you have any idea why I can't build, it'd be a great help.
Thank you
The text was updated successfully, but these errors were encountered: