There are several approaches
- Mount Google Drive in local Colab VM
- Upload and download via browser
- Use colab_util.py in python script
| """ | |
| # Mohammad Doosti Lakhani - 2019 | |
| Hi, | |
| This works if you have image dataset in `.tar` file. | |
| You have to have a `.csv` or `.txt` file, including a name per line of your dataset. | |
| """ | |
| from PIL import Image |
There are several approaches