-
HI Willard,
Interesting project and thanks for sharing! I've got some problems when trying to build it.
~/SeetaFaceLib/CocsoFace/mainwindow.cpp:14: error: 'falconn/eigen_wrapper.h' file not foun…
-
See https://github.com/google/fuzzer-test-suite/blob/master/tutorial/libFuzzerTutorial.md
-
When I try to include "falconn/lsh_nn_table.h" from multiple cpp files, it will cause "multiple definition of ***" linking error for a lot of fht functions, whereas "normal" header-only library should…
1flei updated
3 years ago
-
Hi!
Let's start with the code:
```
import falconn
import numpy as np
params_cp = falconn.LSHConstructionParameters()
params_cp.dimension = 300
params_cp.lsh_family = falconn.LSHFamily.Cro…
-
The https://github.com/FALCONN-LIB/FFHT repository implements a specialized SIMD FHT, which it says is faster than FFTW for this problem. (Totally possible, since 2×2×2×⋯ multidimensional transforms …
-
Does anybody know a FALCONN KNN alternative, which can be saved as pickle?
-
when I run
`./make`
it will say
`../../include/falconn/wrapper/../core/flat_hash_table.h:13:23: fatal error: serialize.h: No such file or directory`
so I need to run
`g++ -std=c++11 -Wall -…
jinxw updated
3 years ago
-
# Question
Hi , is it possible to call falconn knn index and do a lookup in iOS or do you need cross compilation (Like for FAISS)?
-
hello
the distance measurement for what i using now is cosine distance , i know FALCONN has good performance in cosine distance, why there is no option of cosine distance when initializes LSHCons…
-
Currently, approximate radius neighbor search is only available via `falconn`.
The new version of NGT v1.7.10 seems to introduce a radius search function.
Would be nice to have an additional radius…
VarIr updated
3 years ago