flann-lib / flann

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

2021 New Release Tag #476

Open WildRackoon opened 3 years ago

WildRackoon commented 3 years ago

It has been 5 years now, would you consider adding a new release tag ?

It would really help code management in other community projects.

Related to #288 and #195

tkircher commented 3 years ago

It doesn't even build correctly without a dozen modifications, and the testsuite hasn't worked in ages. Someone else needs to take over this project.

tkircher commented 3 years ago

https://github.com/tkircher/flann/releases/tag/1.9.2

tkircher commented 3 years ago

Made a dozen modifications, testsuite now works on multiple platforms. I'll be taking PRs at my fork for anyone who's interested. I'll be looking into the remaining CUDA issues and probably bringing back TBB as a build option.

mariusmuja commented 3 years ago

As it's been pointed out, I haven't touched this project in a long time... I just created the flann-lib organization and moved the project there so other people can contribute directly, merge PRs, etc...

@tkircher, you seem to have lots of improvements, I just sent you an invitation to join the organization.

melhashash commented 3 years ago

@tkircher could you please upload the datasets since the URLs are down?

dataset.zip

iAnyKey commented 2 years ago

Made a dozen modifications, testsuite now works on multiple platforms. I'll be taking PRs at my fork for anyone who's interested. I'll be looking into the remaining CUDA issues and probably bringing back TBB as a build option.

just opened a merge request containing your changes: https://github.com/flann-lib/flann/pull/489

iAnyKey commented 2 years ago

@mariusmuja Are you still maintaining this repository?