selected-pixel-jameson
selected-pixel-jameson
Are you actually getting accurate results back after changing that line?
Upon further investigation it appears as if this error is being thrown when calling `return rgb2gray(image_or_path)` on line 257 in the goldberg.py ...
I've got my environment setup using `scikit-image==0.17.2` now and I'm able to run the code as is from the master branch now. However, search results still are not coming back...
FYI, if there is someone out there who would be interested in helping me with this I'd be more then willing to tip them or some other sort of payment.
I changed the elasticsearch version to 7.0.0 and reindexed all the images after I got the scikit-image version to 0.17.2 and it is now working! 🎆
Upon further test this seems to be good at finding the exact same image and images with extremely slight variations, but it seems like it runs into issues when possibly...
Interestingly enough this seems to be the same issue logged in this issue https://github.com/ProvenanceLabs/image-match/issues/64. I'm unable to determine if it was actually resolved or not though.
It seems now that the issue is the score that is being associated with the results. If I change the result size to 10,000 the correct images come back. They...
I do not fully understand the vector / word storage in elasticsearch yet, but I'm starting to think that the logic behind this entire project is flawed unless the score...
I've implemented a dense_vector field on the elasticsearch index at this point and have changed the query for searching to ``` body = { "query": { "script_score": { "query": {...