-
Hi,
We are trying to input an image, search and retrieve the same face match for that image from a database(face landmark values stored in array) of 10k face encodings. But the processing time is t…
-
#### Description
GridSearchCV fails to work when the kernel is 'tophat' and the data has more than two features, but KernelDensity handles multivariate data.
#### Steps/Code to Reproduce
```pytho…
-
Hi Pavlin! Great work. I did not know about Orange but I am working with scRNA-seq data myself (cf. your Zeisel2018 example) and I am using Python, so it's interesting to see developments in that dire…
-
Hi guys,
nice work. It's great to see that the idea of using proximity graphs is becoming more popular. However, you don't cover all important state of the art. Please, consider comparing to at least…
-
```
sudo pip3 install kameris
The directory '/Users/Lab/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permission…
-
Original issue noted here: https://github.com/ruven/iipsrv/issues/98 but copied below since this is really a vips issue, not an IIP issue.
I have confirmed that there is an ongoing resize bug in vi…
-
I am dealing with dnn_face_recognition example it works but I have question about face chip details functions. In this example you use deep learning for face recognition but the algorithm can recogniz…
-
I'm currently classifying aligned faces as one of 3 different people. Many of the images that the model will be supplied will not be any of those 3. I considered adding a class with random assorted tr…
avikj updated
6 years ago
-
Code run:
import nmslib
import numpy as np
data = np.random.randn(100000, 100).astype(np.float32)
index = nmslib.init(method='hnsw', space='l2')
index.addDataPointBatch(data)
index.createI…
-
While looking at halo mass distribution in cosmoDC2 (v1.1.4) (see #54 in the context of HackUrDC2), I found a rather odd feature. There many different halos (i.e. different positions on sky) with exac…