dorian3d / DLoopDetector

Fast loop detector for sequences of monocular images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make of this project does not work

igorxkoba opened this issue · comments

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.

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.

commented

How did you remove (uninstall) DLib and DBoW2 packages?
I mean what was the command you used in your terminal to remove them from your root (/usr/local)?
$ sudo apt-get remove DLib ?
$ sudo apt-get remove DBoW2 ?

How did you remove (uninstall) DLib and DBoW2 packages?
I mean what was the command you used in your terminal to remove them from your root (/usr/local)?
$ sudo apt-get remove DLib ?
$ sudo apt-get remove DBoW2 ?

I have the same problem, do you have answer now.