ultralytics / google-images-download

Google/Bing Images Web Downloader
https://ultralytics.com
GNU Affero General Public License v3.0
298 stars 85 forks source link

Similiar image search doesn't work #8

Open claytonkanderson opened 4 years ago

claytonkanderson commented 4 years ago

Hi,

I have been trying to use the similar image parameter but have not been able to get it to work.

Here's the search I'm running

python bing_scraper.py --similar_images 'https://upload.wikimedia.org/wikipedia/commons/4/4d/Apis_mellifera_Western_honey_bee.jpg' --limit 10 --download -chromedriver C:\Users\Clayton\Downloads\chromedriver_win32\chromedriver.exe and the result

image

I tried with several other combinations of images and using 'link address' vs. 'image address' but have not been able to get it to work.

glenn-jocher commented 10 months ago

@claytonkanderson hi there,

Thank you for reaching out. It looks like the issue you're encountering might be related to the usage of Bing image search and the related parameters. I recommend checking the documentation at https://docs.ultralytics.com for the correct usage of the similar image parameter and ensuring that the provided image links are valid for the search.

If you require further assistance, feel free to provide additional details, and we'll be happy to help.

Best regards