zju3dv / DetectorFreeSfM

Code for "Detector-Free Structure from Motion", CVPR 2024
Apache License 2.0
612 stars 39 forks source link

Train Multiview Matching Refiner #52

Closed wwj-53 closed 4 months ago

wwj-53 commented 4 months ago

Is Train Multiview Matching Refiner mandatory to execute? Or is it enough to use pre trained weights?

hxy-123 commented 4 months ago

No, the training multiview refiner is not mandatory. Actually, we find the trained model can generalize well to different types of data, where we use the same refinement model weight for evaluation on all datasets in the paper's experiments and IMC 2023 competition. We release the training code and data for further follow-up works.

wwj-53 commented 4 months ago

thank you!