I have tried training the model for my own custom dataset, but the problem that I facing is that in class COCO_valloader it is calling a file coco_val_images_homo.txt which I don't actually understand what is it consisting of. Can you help me out how this file is being generated or what does the file consists of so that I can generate one for my own custom dataset?
I have tried training the model for my own custom dataset, but the problem that I facing is that in
class COCO_valloader
it is calling a filecoco_val_images_homo.txt
which I don't actually understand what is it consisting of. Can you help me out how this file is being generated or what does the file consists of so that I can generate one for my own custom dataset?