I am trying to make an image classification task in Colab but after importing the dataset from the kaggle, the data comes in zip format. And when unzipped, the dataset is not giving a folder but giving a list of images. How can I get a folder outta it?
If you are using colab you can just use a !
to send the kernel a bash command.
This means that something like this in a new cell should do the trick:
!unzip my_data.zip -d my_data
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With