gouthamvgk / SuperGlue_training

This repository contains the training code for SuperGlue. Uses COCO dataset by generating random homographies.
Other
107 stars 24 forks source link

What `coco_val_images_homo.txt` consists of? #19

Open Shuhul24 opened 9 months ago

Shuhul24 commented 9 months ago

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?