Little reminder for the subsequent users for the eigen
The original command to download eigen in README will download a version that is too new to use.
The version eigen-3.3.7 will works fine.
Thank you. Could you please help me how I could get 3d landmarks from the scan without manual extraction?
Eigen v3.4.0 works for me.
Using the latest Eigen version results in this error message: This compiler appears to be too old to be supported by Eigen, which seems to be coming from this commit: https://gitlab.com/libeigen/eigen/-/commit/ec4efbd69601694e600e6261d4a3afed08e0bfd3#859198abc81bc7db86d6add0a16b27c957a7358b_660_642.
I fixed build issues by changing C++11 to C++17 in sbody/alignment/mesh_distance/setup.py line 14
I fixed build issues by changing C++11 to C++17 in sbody/alignment/mesh_distance/setup.py line 14
it works. thank you