We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 971f94f + f82f8c1 commit 0e9c3caCopy full SHA for 0e9c3ca
.github/workflows/dist.yml
@@ -8,6 +8,7 @@ on:
8
- main
9
tags:
10
- '*'
11
+ workflow_dispatch:
12
13
concurrency:
14
group: ${{ github.ref }}
subprojects/robotpy-apriltag/gen/AprilTagDetector.yml
@@ -56,7 +56,7 @@ classes:
56
return l;
57
}, py::arg("image"),
58
R"doc(
59
- Detect tags from an 8-bit grayscale image with shape (width, height)
+ Detect tags from an 8-bit grayscale image with shape (height, width)
60
61
:return: list of results
62
)doc"
0 commit comments