pastec icon indicating copy to clipboard operation
pastec copied to clipboard

similarSearch hanging

Open pkarc opened this issue 8 years ago • 2 comments

I'm working on a node.js module version of this project and I got stuck with the fallowing issue:

When using the "similarSearch", something is hanging (maybe a dead lock) the process at "getImageWords", if I replace the "i_ret" whit OK value all goes fine. So i suppose that the hanging line is somewhere in "getImageWords" method of the index.

To reproduce the error try adding or removing an image after using the "searchSimilar" method.

If anyone can help me Ill appreciate it.

pkarc avatar Mar 19 '16 17:03 pkarc

@pkarc I'm curious if you ever solved this. It looks like you have a repo going: https://github.com/pkarc/node-pastec

Very curious to use it, if you solved this!

jeresig avatar Apr 03 '17 01:04 jeresig

Hi, i added a pullrequest, too fix it..

Alfredlang1989 avatar Dec 11 '20 14:12 Alfredlang1989