ToniRV / NeRF-SLAM

NeRF-SLAM: Real-Time Dense Monocular SLAM with Neural Radiance Fields. https://arxiv.org/abs/2210.13641 + Sigma-Fusion: Probabilistic Volumetric Fusion for Dense Monocular SLAM https://arxiv.org/abs/2210.01276
BSD 2-Clause "Simplified" License
1.14k stars 139 forks source link

Boost error in Compile gtsam and enable the python wrapper installation #32

Open chudziak opened 1 year ago

chudziak commented 1 year ago

Has anyone else run into an issue with boost 1.65 or greater needed for the "Compile gtsam and enable the python wrapper installation." Tried installing and inputting the path but still not working. Could this be a problem with that is solved with the python wrapper or the gtsam? any help is appreciated!

bulutthecat commented 6 months ago

I am also having this issue, it seems the compiler just dosnt see boost?? it looks like you need to install the dependency separately, although you seem to have already done that. any help on this would be heavily appreciated.