Skip to content

Commit

Permalink
fix error in C++ example
Browse files Browse the repository at this point in the history
  • Loading branch information
lvhan028 committed Jul 12, 2022
1 parent b5c3bd7 commit 168e309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,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);

// destroy result buffer
mmdeploy_detector_release_result(bboxes, res_count, 1);
Expand Down

0 comments on commit 168e309

Please sign in to comment.