princeton-vl / DROID-SLAM

BSD 3-Clause "New" or "Revised" License
1.66k stars 273 forks source link

about eigen @ 3d4ba85? #24

Closed AI-ML-Enthusiast closed 2 years ago

AI-ML-Enthusiast commented 2 years ago

Where can I find eigen @ 3d4ba85?

zachteed commented 2 years ago

It will automatically be downloaded when you clone with the --recursive flag (Eigen is hosted on gitlab). But the code also works fine with Eigen >= 3.4 available for download here: https://eigen.tuxfamily.org/index.php?title=Main_Page .