zju3dv / DetectorFreeSfM

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

Does model support different camera model ? #22

Open lt-xiang opened 5 months ago

lt-xiang commented 5 months ago

Hi, I have noticed that camera model exported from "colmap_refined" folder is ”SIMPLE_RADIAL“. May I ask whether code support different camera model (such as SIMPLE_PINHOLE, PINHOLE) ?

image

hxy-123 commented 5 months ago

Yes, you can set neuralsfm.colmap_cfg.ImageReader_camera_model='SIMPLE_PINHOLE', or PINHOLE.