flann-lib / flann

Fast Library for Approximate Nearest Neighbors
http://people.cs.ubc.ca/~mariusm/flann
Other
2.22k stars 649 forks source link

pyflann can not save index to file in server #372

Open spring16 opened 6 years ago

spring16 commented 6 years ago

I meet a problem when build large 128-d data with code: params = flann.build_index(data_set, algorithm="autotuned", target_precision=0.9, log_level = "info")

however,get the following troblue. 2018-04-19 19-51-18