How to get image file names from DataLoader #7878
karllandheer
started this conversation in
General
Replies: 1 comment
-
Hi @karllandheer, you can get the file name by using Hope it helps, move to discussion for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I would like to get the image filenames from the DataLoader. What's the easiest way to do this? Is it safe to assume the order of the images is the same as input when accessing the data by iterating through the data loader object as long as shuffle = False like this. I.e., will all_labels and local_train_images match in ordering?
Beta Was this translation helpful? Give feedback.
All reactions