I have a dataset of 18000+ images, they are tagged as 0,1 and 2. I need to train a model on Nvidiea digits. While making a dataset, it asks to provide subdirectories per category (i.e. it demands 3 folder : one for 0, one for 1 and one for 2) but the folder I have contains mixed images (they are tagged as o, 1 and 2).
Manually it is difficult to sort them.
Is there nay other way with which I can proceed.