SimpleSFM icon indicating copy to clipboard operation
SimpleSFM copied to clipboard

Returned error due to unhashable type ie. pts3d[X] => X is numpy matrix in E2Rt

Open JohnTailor opened this issue 7 years ago • 1 comments

Thanks for the repo. fix is easy on Python 2.7.12: pts3D = {} => pts3d = [] pts3D[X]... => pts3D.append((X,(m1,m2)) ... ... for (X,matches) in bestPts3D:

JohnTailor avatar Jul 21 '17 14:07 JohnTailor

Haha glad to see this project is getting some use! Thanks for the fix.

dfridovi avatar Jul 21 '17 14:07 dfridovi