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 )
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?
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 )