honeytidy

Results 5 comments of honeytidy

I tried it again, and it seemed all right. But it doesn't seem to work well with my test image. I paste the result for Replicate demo: > ![微信截图_20220426141135](https://user-images.githubusercontent.com/1021165/165234884-95c215b3-9809-4c58-888f-9191772e908e.png) >...

I had the same problem.

Yes, I do. infer box first and then run fusion. But I did this on my windows and cpu model. Do it matter. And I as you can see that...

I used the `small_world_rand` method. This is my code: ``` import numpy as np n_neighbors = 10 index_data = np.loadtxt('test_data.txt', delimiter=',') query_data = index_data[:5] import nmslib_vector print "build index" query_time_param...