Skip to content

Commit b981516

Browse files
authored
typo-fix (open-mmlab#397)
1 parent 7acbbae commit b981516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/apis/python/pose_detector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class PyPoseDedector {
1414
auto status =
1515
mmdeploy_pose_detector_create_by_path(model_path, device_name, device_id, &handle_);
1616
if (status != MM_SUCCESS) {
17-
throw std::runtime_error("failed to create pose_detedtor");
17+
throw std::runtime_error("failed to create pose_detector");
1818
}
1919
}
2020
py::list Apply(const std::vector<PyImage> &imgs, const std::vector<std::vector<float>> &_boxes) {

0 commit comments

Comments
 (0)