Open claytonkanderson opened 4 years 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
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 resultI tried with several other combinations of images and using 'link address' vs. 'image address' but have not been able to get it to work.