Use custom made dataset from google drive

My working environment is google colab.
I can’t seem to figure out how to untar a dataset of images I made (that is “tarred”) and uploaded to google drive.
I mounted my gdrive. I am clueless as to what do I pass for the URL argument in “untar_data” function.
I am open to anyother method to serve the same purpose.

Do it from command line. !tar -xvf yourfile.tar. untar_data is used when downloading from a url.

1 Like