You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Compile in debug mode and check. Anyway, dbow3 is old. Try with fbow El 24 jul. 2019 10:07, sunrise <[email protected]> escribió: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 buy it seems stuck for a long while(more than 24h). And I don't know where the problems are.
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
I also encounter the same problem, using surf to extract features, and then select dictionaries, has been stuck in the training dictionary, what is this, there is a solution?
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.
The text was updated successfully, but these errors were encountered: