diff --git a/bin/compute_descriptors b/bin/compute_descriptors new file mode 120000 index 0000000..367bb74 --- /dev/null +++ b/bin/compute_descriptors @@ -0,0 +1 @@ +compute_descriptors_linux64 \ No newline at end of file diff --git a/bin/compute_descriptors_linux64 b/bin/compute_descriptors_linux64 new file mode 100755 index 0000000..b462168 Binary files /dev/null and b/bin/compute_descriptors_linux64 differ diff --git a/bin/compute_descriptors_mac b/bin/compute_descriptors_mac new file mode 100755 index 0000000..79a30a0 Binary files /dev/null and b/bin/compute_descriptors_mac differ diff --git a/yael/Makefile b/yael/Makefile index e8e8cdc..65497a2 100644 --- a/yael/Makefile +++ b/yael/Makefile @@ -60,7 +60,7 @@ machinedeps.o: EXTRACFLAGS=$(OPENMPFLAG) # Python wrapper -yael_wrap.c : yael.swg common.swg nn.h kmeans.h gmm.h eigs.h hkm.h \ +yael_wrap.c : yael.i common.swg nn.h kmeans.h gmm.h eigs.h hkm.h \ sorting.h matrix.h vector.h machinedeps.h vlad.h kmlsh.h $(SWIG) -I.. $(NUMPYSWIGFLAGS) $<