Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error, more than one new minima found. #34

Open
BryanBetancur opened this issue Dec 14, 2023 · 1 comment
Open

Error, more than one new minima found. #34

BryanBetancur opened this issue Dec 14, 2023 · 1 comment

Comments

@BryanBetancur
Copy link

Hello,

I am using the detector with pose estimation in True. All seems works well but something I get prints with Error, more than one new minima found. I checked in another thread from the original apriltags repository but i didn't find any solution.

How can I remove it, please? or Do you know what am i doing wrong with my detector?

image

tags = self.at_detector.detect( Img, estimate_tag_pose=True, camera_params=[ self.intrinsics.fx, self.intrinsics.fy, self.intrinsics.ppx, self.intrinsics.ppy ], tag_size=0.6 )

@mengqiDK
Copy link

Maybe you can re-calibrate your camera to get the correct fx,fy,cx,cy, I once had the same problem as you, and then I re-calibrated the camera and solved this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants