-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will you support the latest DBoW2? #16
Comments
It seems this issue solved the problem. However, I couldn't solve it with this issue. May I ask have you solved the problem? |
I used the old DBOW2 library(commit id: You could set the
Wish it may help. |
Thanks a lot @sunbingfengPI . I solved the problem with your suggestions. The modifications I made are as follows. I am using Ubuntu 14.04. ` GetDependency(DLib "" master) |
You are welcome! @junzhang2016 |
I found that the latest DBoW2 has removed DVision and Boost dependencies, but this DLoopDetector repo still depends on them.
Moreover, it compiled failed with the latest DBoW2.
The main reason about it is that
FBrief::TDescriptor
in the latest DBoW2 has been changed tostd::bitset<L>
fromboost::dynamic_bitset<>
.Appreciate it if you could update it to the latest DBoW2.
Thanks!
The text was updated successfully, but these errors were encountered: