How to load .text annotations with images in DataBunch?

I have a dataset which the following structure:

 DressDataset
 Images ( 10. png, 11.png, 12.png, 13.png, 14.png, etc.)
 Annotatotations (AD_annotation_10.txt, AD_annotation_11.txt, AD_annotation_12.txt, etc.)

I am trying to load both of them into ImageDataBunch, but getting the error with every possible way I could try according to my little knowledge. Can anybody please guide me on how can load both to the train resnet model?
Thank you in advance.