rmsalinas / DBow3

Improved version of DBow2
Other
501 stars 237 forks source link

Why the format is different? #44

Open liubamboo opened 3 years ago

liubamboo commented 3 years ago

I download a DBoW3 vocubulary yml file. It like this: vocabulary: k: 10 L: 5 scoringType: 0 weightingType: 0 nodes:

And I use same data to generate the vocubulary yml file. And my output is like: vocabulary: k: 10 L: 5 scoringType: 0 weightingType: 0 nodes:

why the descriptor of the first yml file has dbw3 5 256 And my yml file doesn't. Can I generate the yml like the first yml file? Could you help me?