You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: