Loading image data

Hi everyone,

I hope all is well.

I am trying to use an image dataset updated to Google Cloud via terminal, but things are not working out so far. I have updated my dataset - which is a folder containing other folders (format fastai/data/data1 ; fastai/data/data2…etc) to Jupyter but for some reason when I try to load some images on the notebook I can’t retrieve the path. I got the error: Errno 2] No such file or directory. I am sure that the path is correct.

That’s url to the dataset: http://localhost:8080/tree/tutorials/fastai/course-v3/data/GTSRB/Final_Training/Images
That’s the url given to Path: (’’~/tutorials/fastai/course-v3/data/GTSRB/Final_Training/Images/")

Am I doing something wrong?

Thanks for your help!

Hi Youcef,

I suspect your problem is the same as what I answered previously here

Thanks.

Yijin

Thank you, you’re a life saver. It worked perfectly!