nonlinear1

Results 50 comments of nonlinear1

Now, I have solve the issue for upload my BundleFusion_Ubuntu, Anyone can download from https://github.com/nonlinear1/BundleFusion_Ubuntu_V0 Don't forget give me a star :)

cuda9.0/9.1 don't support compute_20 use the following options when you type cmake comand. -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-9.0 -D CUDA_ARCH_BIN=6.1 -D CUDA_ARCH_PTX=6.1 just like this when you run cmake. cmake -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-9.0 -D...

what is the version of the OpenCV in your system? and the verison of the DLib?

@patcmorneau the method which is given by Nova555 👍 Modify " {Eigen::Vector3f{point.x, point.y, point.z}, point.time}); " to " {Eigen::Vector3f{point.x, point.y, point.z}, 0.f}); " with msg_conversion.cc is work for me.

Although cartograher is very good at code style and software architecture. for this timestamp processing, it is bad

@ShuangLiu1992 Do you have solve your problem?