rmsalinas / fbow

FBOW (Fast Bag of Words) is an extremmely optimized version of the DBow2/DBow3 libraries.
559 stars 141 forks source link

compile error on windows x64 #3

Closed hjl240 closed 7 years ago

hjl240 commented 7 years ago

Can it run on windows x64? I compile the code on Visual Studio 2015, but it compile error.

rmsalinas commented 7 years ago

should work now

hjl240 commented 7 years ago

Unfortunately, I compile it again, but it still compile error.

mshafiei commented 6 years ago

I fixed the compile errors. Now I run it with few test images, fbow_create_voc_step0.exe runs successfully. but fbow_create_voc_step1.exe gives seg fault right after printing "Creating a 10^6 vocabulary". Any idea why?