Skip to content

Commit

Permalink
fix error in c++ example in zh_cn get_started doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lvhan028 committed Jul 13, 2022
1 parent 168e309 commit e3a47fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh_cn/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ int main() {
cv::Point{(int)box.right, (int)box.bottom}, cv::Scalar{0, 255, 0});
}

cv::imwrite('output_detection.png', img);
cv::imwrite("output_detection.png", img);

// 销毁结果
mmdeploy_detector_release_result(bboxes, res_count, 1);
Expand Down

0 comments on commit e3a47fd

Please sign in to comment.