This uploading of data done fine but

when i use os dir function to show the dataset than it is showing error. i am attaching google colab notebook. https://colab.research.google.com/drive/1gPvaw6oby_ha2n0OxKZNbk-CVlrzISHa?usp=sharing

Hi @Aashi-Agarwal-2380268668952871,
This is because the unzip operation failed and the folder you are accessing doesn’t exist yet. Try downloading and unzipping again, and this time remove any punctuation marks from the zip’s name before trying to unzip.

Happy Learning!

https://colab.research.google.com/drive/1gPvaw6oby_ha2n0OxKZNbk-CVlrzISHa?usp=sharing

look i have did by removing ‘?’ too. but its not working

unzip: cannot find or open 1Npfp0BaqeWA2d6oEkp5FNZ6xakHEIlR?zusp=sharing, 1Npfp0BaqeWA2d6oEkp5FNZ6xakHEIlR?zusp=sharing.zip or 1Npfp0BaqeWA2d6oEkp5FNZ6xakHEIlR?zusp=sharing.ZIP.

No zipfiles found.

showing this error. please corect my line of code

Hi @Aashi-Agarwal-2380268668952871,

The original link you were trying to download using wget was a Drive Folder and not a zip file. That’s why those errors were being raised.

I’ve uploded the zipped version of the dataset on my drive. You can use it to download the dataset.
Use these two lines of code:

!wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1tEhefesuNU2Y85dljkMGSOShBbsEz-60' -O "Image_Data.zip"
!unzip "Image_Data.zip"

Hope this helps!

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.