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 think the confusion is that the underlying Apriltag library does say "width, height":
```
Results Detect(int width, int height, int stride, uint8_t* buf);
```
But the python ndarray shape is actually (height, width), isn't it?
0 commit comments