Please help tell me what I'm doing wrong :) (no results for Tom Hanks)
Closed this issue · 1 comments
curl -X POST -H "Content-Type: application/json" -d '{"image_url":"https://www.gstatic.com/tv/thumb/persons/62982/62982_v9_bb.jpg"}' http://localhost:5000/search
I'm executing the above command against the latest git master project.
it returns:
{"links": [], "descriptions": [], "titles": [], "similar_images": [], "best_guess": ""}
But if I put that into google image search it works fine.
https://www.google.com/search?tbs=sbi:AMhZZitiCNewtOPc0aO7m8G2SQsi4M7Z8nStXzlIFQBjyca-LbCqRtj3vT95FvyIFc6yC6Rn0iBuXkhcd8hmhr6padb1RaIfZlBQ4U9Mx1ijvmbA8cVUi2oqpVlDq6dZmRgxxnFF8hGoRRN_13b6SwcGOHv9eVvmODD3Py30yQ2ZKryiWmBFCm4xj8z3O-TbBL8i7bRo_1AZp79SqtXY_1uB08_1RxFx2BzLJOOYOSDC1k9sgOcEiDVOBD18cO24MwTO7l5d-z7JKAyL50OXUvvFZ3nhdtkOsMlVtOV9_1i2AA9gYP0dB6NS_1ViN6oTpUpvDK2ffUayDZLa7eBVx2YloenOS-ZxHSf4w6kg&hl=en
Is it working with other images at all?