andrefaraujo / videosearch

Large-scale video retrieval using image queries.
289 stars 105 forks source link

Error in SIFT extraction stage #18

Open Mounika0211 opened 5 years ago

Mounika0211 commented 5 years ago

Error in SIFT extraction stage: usr/bin/ld: extract.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:62: recipe for target 'extract' failed make: *** [extract] Error 1

I Basically work with matlab programming. Completely iam unaware of python, opencv and ubuntu. With this comparitive study my final stage of PhD completes. Kindly provide a Simple algorithm for your code so that i can reprogram in matlab or else kindly provide the results of your code on my dataset and looking forward for a favorable reponse of collaborative research.

cloudren2017 commented 4 years ago

vim Makefile attach '-lpthread' to the LIBS_EXTRACTOR try to make again

cloudren2017 commented 4 years ago

the Makefile is in $mypath/videosearch/indexer/local_descriptors