rmsalinas / DBow3

Improved version of DBow2
Other
507 stars 238 forks source link

Add max iteration times #30

Open KinglittleQ opened 5 years ago

KinglittleQ commented 5 years ago

When training with float point descriptors, the K-means step may be not converging. Adding a limitation of max iteration times could solve it.

watertianyi commented 5 years ago

Can this solve floating-point training problems such as sift, surf, etc? Is that what many people care about when the matching score is zero?