We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e5731 commit c13273bCopy full SHA for c13273b
hloc/localize_sfm.py
@@ -204,7 +204,7 @@ def main(
204
cam_from_world[qname] = ret["cam_from_world"]
205
else:
206
closest = reference_sfm.images[db_ids[0]]
207
- cam_from_world[qname] = closest.cam_from_world
+ cam_from_world[qname] = closest.cam_from_world()
208
log["covisibility_clustering"] = covisibility_clustering
209
logs["loc"][qname] = log
210
0 commit comments