-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Description
Hello, I use my own CNN generated 512 dimension uchar descriptors of 7000 images and use DBoW3::Vocabulary vocab;
vocab.create( descriptors );
vocab.save( "vocabulary.gz" );
to generate dictionary.
Then I use another 100 images with descriptors generated from the same CNN to get vocabulary based on this dictionary. However, the vocabulary is null.
While, I use the same descriptors of the 100 images to get vocabulary based on another dictionary, which is generated with orb features, the vocabulary is not null.
So, why? Is there something wrong with the generated dictionary based on the CNN feature?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels