Image Data Augmentation

Hello, trying to augment my images.
filename returns numpy.ndarray but filename[0] returns numpy str.

But i still got same error. how can i solve it ?

By the way, want to augment the images and to retunr the images with the same annotations before it was augmented. Using logic of : getting all the images where gender is 0.0 and augmenting it to new images. any easier ways to do that ? It’s essential to do it with imaug library

This error is raised by pandas and doesn’t seem to be PyTorch-specific, so I would recommend to use a pandas support board or e.g. StackOverflow to get a faster and better answer.

Based on the error message I’m not sure which method raises the error, i.e. where pandas/core/algorithms.py is used.

PS: you can post code snippets by wrapping them into three backticks ```, which would make debugging easier.

Fine, thank you. I will wrap my code next time.