Hello, I use my own CNN generated 256 dimension float descriptors of just 12 images and use
DBoW3::Vocabulary vocab;
vocab.create( descripors );
to generate vocabulary but it seems stuck for a long while(more than 24h) and can not obtain the vocabulary. And I don't know where the problems are.