DLoopDetector icon indicating copy to clipboard operation
DLoopDetector copied to clipboard

make of this project does not work

Open igorxkoba opened this issue 7 years ago • 4 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.

igorxkoba avatar Oct 11 '17 17:10 igorxkoba

Mine is also.

nonlinear1 avatar Apr 04 '18 07:04 nonlinear1

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.

HainingLuo avatar May 19 '18 05:05 HainingLuo

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 ?

mrgransky avatar Jul 05 '18 10:07 mrgransky

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.

liuzhenbin123 avatar Sep 18 '19 13:09 liuzhenbin123