Downloading_Images Error in Lesson 2

Hi everyone,

This is my first post. Grateful if you could help and point me in the right direction.
After successfully downloading the images from Google (for lesson 2), I loaded the txt files in the respective folders in Jupyter notebook. Unfortunately when trying to download the images for the classification, I get an error.

Not sure why this is happening, as the black.txt file seems to be loaded into the bears folder. Moreover (see above image), I also adjusted max_pics and max_workers
image

Do you know what I did wrong?

Hi S-PyTorch hope you are well!

When I did this note book the files where csv files not .txt files.


The script is looking for data/bears/urls_black.csv you seem to have your black.txt file in data/bears/black/black.txt
Maybe renaming your text file to urls_black.csv and moving it to the bears directory will help you.

Cheers mrfabulous1 :smiley::smiley:

Mrfabulous1,

I made the changes you suggested and was able to get it working. Yay.

Thank you very much for the help.

Cheers
Sergio