In the train section, We mount google drive on Colab, then access the dataset by python code. but # of data in train image directory is quite big, so google drive returns timeout.
How to handle: Create a file include the list of files. python interpreter will read file entry by that text file, access file by name.
In the train section, We mount google drive on Colab, then access the dataset by python code. but # of data in train image directory is quite big, so google drive returns timeout.
How to handle: Create a file include the list of files. python interpreter will read file entry by that text file, access file by name.