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 7acbbae commit b981516Copy full SHA for b981516
csrc/apis/python/pose_detector.cpp
@@ -14,7 +14,7 @@ class PyPoseDedector {
14
auto status =
15
mmdeploy_pose_detector_create_by_path(model_path, device_name, device_id, &handle_);
16
if (status != MM_SUCCESS) {
17
- throw std::runtime_error("failed to create pose_detedtor");
+ throw std::runtime_error("failed to create pose_detector");
18
}
19
20
py::list Apply(const std::vector<PyImage> &imgs, const std::vector<std::vector<float>> &_boxes) {
0 commit comments