Closed
Description
When I try to load images from folders using datasets.ImagesFolder(), i find the lables' order is not correct as shown in the folder. For example, I have different kinds of images in folders named from 1 to 100, if I use above function to read images and get corresponding labels, of course I will get the images and labels, but the labels for images will become 1, 10, 100, 11, 12, 13 which is not right for corresponding image. The right order should be 1, 2, 3, 4, 5 for corresponding images.
Hope I state the problem clearly and wish you can fix this bug. Thanks.
Metadata
Metadata
Assignees
Labels
No labels