Skip to content
New issue

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

different dists result on window vs ubuntu #497

Open
awadsingh opened this issue Jul 8, 2022 · 1 comment
Open

different dists result on window vs ubuntu #497

awadsingh opened this issue Jul 8, 2022 · 1 comment

Comments

@awadsingh
Copy link

awadsingh commented Jul 8, 2022

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.

@cbldlpl
Copy link

cbldlpl commented Oct 28, 2022

for the FLANN library uses random

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants