Million Images dataset

Hi,

I have a million images, Do i have to create a list for them in the train.csv files, as shown in the videos.

thanks
ali

DLS can generate the train.csv file if it does not present in the dataset. You just need to zip the dataset folder and upload it in the DLS.

Make sure, Images are inside their respective class folder otherwise all images will have single class only. You can follow the below structure:

<dataset_name>
|-----------Cat (Folder)
|-------------------------cat01.jpg
|-------------------------cat02.jpg
|-----------Dog (Folder)
|-------------------------dog01.jpg
|-------------------------dog02.jpg

1 Like