Closed vik748 closed 4 years ago
Hi, thanks for reporting. There was an API change to throw if a non-existing landmark/point is accessed instead of returning None. That's where the error comes from. This commit should fix it. Please, try it and report back.
Hi, thanks for reporting. There was an API change to throw if a non-existing landmark/point is accessed instead of returning None. That's where the error comes from. This commit should fix it. Please, try it and report back.
Had a same issue also and this commit fixed it. Thanks!
Hi, I have a dataset that I am trying to reconstruct. The reconstruction works fine when I use default HAHOG feature detector, however when I use SIFT, it throws
RuntimeError: Accessing invalid LandmarkId 6432
The console output is pasted below. Any thoughts / ideas on what might be going on?