puzzlepaint / surfelmeshing

Real-time surfel-based mesh reconstruction from RGB-D video.
BSD 3-Clause "New" or "Revised" License
420 stars 83 forks source link

Please clarify the version of eigen #1

Closed amiltonwong closed 5 years ago

amiltonwong commented 5 years ago

Hi, @puzzlepaint ,

Thanks for releasing such surfelmeshing. For required packages such as Eigen, do you mean the development version is the unstable source code from the development branch (link)

THX!

puzzlepaint commented 5 years ago

Hi, I think that I used the version from the master branch at https://github.com/eigenteam/eigen-git-mirror . However, there have been two new releases in the last two days, and the changelog of the first one mentions "Fixes for NVCC 9". So perhaps using an unstable version is no longer necessary for CUDA 9.1 compatibility.

puzzlepaint commented 5 years ago

I updated the README to also point to the new Eigen release. I hope that this and the answer above fixes this issue.