DBoW2
DBoW2 copied to clipboard
Enhanced hierarchical bag-of-word library for C++
Hi, I want to load the features stored in small_voc.yml.gz and match another new image with all the images that had their features extracted. So I'm wondering that since the...
I have a dataset of 128 dim vectors, can i use DBoW2 to search fastly the closest vector.
I am trying to build a loop detector for depth based data. For this I want to build a vocabulary using point features such as FPFH or 3DMatch. I read...
Hi, I tried compiling it on Win 7 with VS2013. DLib had been successfully built before doing this and DBoW2 project is also generated by cmake but the compiler gives...
Hi I have OpenCV v2.4.11 installed which works fine with other applications. I have installed DLib v1.0. While making DBoW2-v1.0, I get the following error trace while linking the executable...
We have not yet verified if it does not cause other problems, but it fixes the segfaults vocabulary building. Fixes #39.
hello,I want to train my own bag of words with large dataset ,but when process create function ,it will exit abnormally and show segmentation fault
Can your code train Line feature such as LSD and LBD? How to use? Thank you.
When I try to run the demo, it comes with the problem.