Hello, thank you very much for your open source code. I am currently encountering a problem. When I train image registration at a large angle, the configuration file is as follows:
data:
name: homographies
data_dir: revisitop1m
train_size: 150000
val_size: 2000
batch_size: 128
num_workers: 14
homography:
difficulty: 0.7
max_angle: 180
photometric:
name: lg
After I trained and fine-tuned, I loaded the generated trained model into lightglue. Even if I ran the code with the same image, the effect of the generated image was as
Hello, thank you very much for your open source code. I am currently encountering a problem. When I train image registration at a large angle, the configuration file is as follows: data: name: homographies data_dir: revisitop1m train_size: 150000 val_size: 2000 batch_size: 128 num_workers: 14 homography: difficulty: 0.7 max_angle: 180 photometric: name: lg After I trained and fine-tuned, I loaded the generated trained model into lightglue. Even if I ran the code with the same image, the effect of the generated image was as
![Uploading 2023-11-14 10-01-25屏幕截图.png…]()