You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would have suggested calibrating with fewer images, but I must say that this approach sounds pretty convincing!
I even looked into triangulation using LU decomposition rather than SVD, but it does not seem relevant in this case.
Have you tried it yourself? If so and it looks convincing in practice, feel free to submit a pull request :)
I just pushed it with another release on a bunch of various things but it was probably a bit optimistic. If you ever see anything wrong, please tell me and I'll revert back to the previous version!
Hello,
For some cases i have VERY long intrinsics calculations.
https://github.com/perfanalytics/pose2sim/blob/51c88e6ebe09bee3a47ab6f68156c56d73cb6b18/Pose2Sim/calibration.py#L612C1-L613C109
to accelerate it it could become :
as suggested below it give similar results (should maybe be investigated in more detail)
https://stackoverflow.com/questions/51073309/why-does-the-camera-calibration-in-opencv-python-takes-more-than-30-minutes
Any thought about it ?
Best regards
The text was updated successfully, but these errors were encountered: