Skip to content

Commit

Permalink
Enable Colmap SIFT
Browse files Browse the repository at this point in the history
  • Loading branch information
travisdriver committed Oct 15, 2024
1 parent 6ee4bb0 commit c04387b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtsfm/configs/correspondence/sift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ CorrespondenceGenerator:
detector_descriptor:
_target_: gtsfm.frontend.cacher.detector_descriptor_cacher.DetectorDescriptorCacher
detector_descriptor_obj:
#_target_: gtsfm.frontend.detector_descriptor.colmap_sift.ColmapSIFTDetectorDescriptor
_target_: gtsfm.frontend.detector_descriptor.sift.SIFTDetectorDescriptor
_target_: gtsfm.frontend.detector_descriptor.colmap_sift.ColmapSIFTDetectorDescriptor
#_target_: gtsfm.frontend.detector_descriptor.sift.SIFTDetectorDescriptor
max_keypoints: 5000

matcher:
Expand Down

0 comments on commit c04387b

Please sign in to comment.