Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Dec 12, 2024
1 parent 9f5155b commit fb39463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hloc/localize_inloc.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def pose_from_cluster(dataset_dir, q, retrieved, feature_file, match_file, skip=
"height": height,
"params": [focal_length, cx, cy],
}
ret = pycolmap.absolute_pose_estimation(all_mkpq, all_mkp3d, cfg, 48.00)
ret = pycolmap.estimate_and_refine_absolute_pose(all_mkpq, all_mkp3d, cfg, 48.00)
ret["cfg"] = cfg
return ret, all_mkpq, all_mkpr, all_mkp3d, all_indices, num_matches

Expand Down

0 comments on commit fb39463

Please sign in to comment.