-
Notifications
You must be signed in to change notification settings - Fork 96
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
make of this project does not work #9
Comments
Mine is also. |
I just solved this problem by removing all DLib and DBoW2 files in /usr before compiling the DLoopDetector. And as a matter of fact, DLoopDetector installs the other two packages while installing itself, which means we don't need to work on DLib and DBoW2 at all. |
How did you remove (uninstall) DLib and DBoW2 packages? |
I have the same problem, do you have answer now. |
make does not work on this project.
My environment Ubuntu 14.04, DBoW2, DLib installed
but DLoopDetector cmake does not work
more specifically I call
mkdir build
cd build
cmake ..
make
or
make all :- make command does nothing at all. please advise.
The text was updated successfully, but these errors were encountered: