flann-lib / flann

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

throw FLANNException("Saved index does not contain the dataset and no dataset was provided.") #485

Open DingRizhi opened 2 years ago

DingRizhi commented 2 years ago

I load flann index from local disk file. It's usually successfully loaded by this way, but sometimes it failed to terminate the whole program. I had to restart my program, then it worked normally. This happens occasionally and I don't know what to do. Hope it gets resolved, thanks a lot!