We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, i have created flann dll with help of visual studio ( calling from python code). running as below.
(indices, dists) = flann.nn(pts=x_r, qpts=x_r, .... random_seed=1234)
i also have build same flann code on linux(ubuntu) by gcc compiler and created libflann.so ( calling from python code).
issue is : i am getting different result on window vs linux with same inpu data set. can you suggest why i am getting different result.
Note : i am using the same Flann code.
The text was updated successfully, but these errors were encountered:
for the FLANN library uses random
Sorry, something went wrong.
No branches or pull requests
Hi,
i have created flann dll with help of visual studio ( calling from python code).
running as below.
(indices, dists) = flann.nn(pts=x_r, qpts=x_r, ....
random_seed=1234)
i also have build same flann code on linux(ubuntu) by gcc compiler and created libflann.so ( calling from python code).
issue is : i am getting different result on window vs linux with same inpu data set.
can you suggest why i am getting different result.
Note : i am using the same Flann code.
The text was updated successfully, but these errors were encountered: