Own dataset in google colab

Hello,
I am working in google colab for semantic segmentation. I did the tutorial for the camvid dataset with no problem. Mostly because it didn’t take much to download the data. How can I use a datasets I have and go through the same process as the fastai camvid tuturial. How to import the created dataset into google colab. The dataset is a Pascal VOC dataset

you can either download it from a url or upload it on your google drive and mount google drive in your colab.

1 Like