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 did some tests and here is some basic python code using dt_apriltags in python. I believe the solvepnp to be equivalent eg uses the center of the tag and IPPE_SQUARE but it gives terrible results compared to the builtin AprilTag estimatepose function. Is there an implementation that mimicks the behavior of the Apriltag function but can be used with multiple tags / grid of tags? I need to dig deeper into the code of apriltag_pose.c but again I'm not sure why results are so different than the below code which uses exact same corners and tag parameters. Any ideas?
What are these extra parameters you're passing to detect()?
Is the request to get access to the estimate pose functionality of apriltag from python? I don't see those APIs exposed currently to python.
I did some tests and here is some basic python code using dt_apriltags in python. I believe the solvepnp to be equivalent eg uses the center of the tag and IPPE_SQUARE but it gives terrible results compared to the builtin AprilTag estimatepose function. Is there an implementation that mimicks the behavior of the Apriltag function but can be used with multiple tags / grid of tags? I need to dig deeper into the code of apriltag_pose.c but again I'm not sure why results are so different than the below code which uses exact same corners and tag parameters. Any ideas?
Snippet:
The text was updated successfully, but these errors were encountered: