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.
1 parent 745fdcf commit d706107Copy full SHA for d706107
src/cpp/py_bindings/py_keypoint_detection.cpp
@@ -66,4 +66,4 @@ void init_keypoint_detection(nb::module_& m) {
66
.def(nb::init<>())
67
.def_ro("keypoints", &DetectedKeypoints::keypoints)
68
.def_ro("scores", &DetectedKeypoints::scores);
69
-}
+}
0 commit comments