rmsalinas / fbow

FBOW (Fast Bag of Words) is an extremmely optimized version of the DBow2/DBow3 libraries.
568 stars 141 forks source link

malloc max size error #29

Open EthanGreen75 opened 4 years ago

EthanGreen75 commented 4 years ago

I try to traning a big code book based on about 50000 vectors and each vector is a 4086 dimension float vector. Meet error in convertIntoVoc->Voc.setParams()->AlignedAlloc()->.malloc() . The _params._total_size may be larger than 1 billion and malloc function encontour segment fault. How can I train such a big codebook ?

zsq5610 commented 3 months ago

me too,are you sloved?