cvg / glue-factory

Training library for local feature detection and matching
Apache License 2.0
770 stars 99 forks source link

I have a problem after training is complete #41

Open qiao89757 opened 1 year ago

qiao89757 commented 1 year ago

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…]()

zyxzyx45 commented 3 months ago

Hello, could you please share the parameters of the pre-trained model after training with the homography dataset? Thank you very much