0

I am storing pictures to work with an object detection model, and to save time, I was looking for methods to download multiple images. Among the methods that I found I chose simple_image_download (because its simplicity). However, I never got more than 70 different images and more than 50% of the downloaded files are repeated images, despite that google image shows much more images.

I use the code provided in the example of simple_image_package

Cs = ["fish","worm","fisherman"]

response = simp.simple_image_download
for rep in Cs:
  response().download(Cs, 300)
bad_coder
  • 8,684
  • 19
  • 37
  • 59
  • You question doesn't show what `import`s the code is using. Perhaps see [How to download image using requests](https://stackoverflow.com/q/13137817). – bad_coder Oct 08 '21 at 16:59

0 Answers0