kmes055 / AutoDrawer

Capstone project in dept. of CS. Application for designers, artists using TextureGAN, DisgoGAN
0 stars 1 forks source link

Colab can't read file lists from google drive #39

Closed kmes055 closed 4 years ago

kmes055 commented 4 years ago

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.

kmes055 commented 4 years ago

TODO: modify data access code