Datasets: Download images

You used absolute path, it will start looking at the root. Try using a period before the path, like this Path(’./data/bears’), this will look in the folder where the notebook is located.