zju3dv / LoFTR

Code for "LoFTR: Detector-Free Local Feature Matching with Transformers", CVPR 2021, T-PAMI 2022
https://zju3dv.github.io/loftr/
Apache License 2.0
2.32k stars 362 forks source link

Training on custom datasets #186

Open atomishcv opened 2 years ago

atomishcv commented 2 years ago

Hi, i want to use my own datasets. I have the Homography matrix for pairs images. How to modify the dataloader? Could you give me some addvices?

dahleri commented 2 years ago

Hi, i want to use my own datasets. I have the Homography matrix for pairs images. How to modify the dataloader? Could you give me some addvices?

I have the same question! Anyone that has managed to train on a custom dataset?

fedeloper commented 1 year ago

Have you guys found any solutions yet? If so, I would greatly appreciate it if you could share them with me