ethz-asl / hfnet

From Coarse to Fine: Robust Hierarchical Localization at Large Scale with HF-Net (https://arxiv.org/abs/1812.03506)
MIT License
776 stars 185 forks source link

how to build hloc-cpp? #36

Closed tiger20 closed 4 years ago

sarlinpe commented 4 years ago

I do not actively support the C++ implementation, but you can try to build it. We use Catkin, and the dependencies are mentioned in package.xml. Note that the C++ version does not support GPU feature matching.

tiger20 commented 4 years ago

@Skydes thank you for your reply